COLOR #BD4975

HEX: #BD4975
RGB: (189,73,117)

Color info

#BD4975 contains mainly red color. Web safe color of #BD4975 is #CC3366 (or #C36).

RGB color model

#BD4975 color RGB value is (189,73,117).

  • red value is 189;
  • green value is 73;
  • blue value is 117.
RGB:
(189,73,117)
(74%,29%,46%)

RGB channels and saturation

R 189 of 255 = 74%
G 73 of 255 = 29%
B 117 of 255 = 46%

189
73
117

R + G + B ~ 50%. #BD4975 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 73 + 117 = 379 (100%)
R 189 of 379 ~ 49.87%
G 73 of 379 ~ 19.26%
B 117 of 379 ~ 30.87%

%49.87
%19.26
%30.87

CMYK color model

#BD4975 color CMYK value is (0,61,38,26).

  • cyan value is 0.00%
  • magenta value is 61.38%
  • yellow value is 38.10%
  • key color value is 25.88%
CMYK:
(0,61,38,26)
C0M61Y38K26 
(0%,61%,38%,26%)
(0.00/0.61/0.38/0.26)	

CMYK percentages

%0
%61.38
%38.1
%25.88

Codes

Color #BD4975 in popluar color models

BD4975
RGB18973117
HSL337°46.77%51.37%
HSB/HSV337°61.38%74.12%
CMYK0.00%61.38%38.10%
25.88%

Color #BD4975 in popluar number systems.

HEXBD4975
Decimal18973117
Binary1011110110010011110101
Octal275111165

Shades and tints

Shades of #BD4975

#BD4975
(189,73,117)
#AC436B
(172,67,107)
#9B3D61
(155,61,97)
#8A3757
(138,55,87)
#79314D
(121,49,77)
#682B43
(104,43,67)
#572539
(87,37,57)
#461F2F
(70,31,47)
#351925
(53,25,37)
#24131B
(36,19,27)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #BD4975

#BD4975
(189,73,117)
#C35981
(195,89,129)
#C9698D
(201,105,141)
#CF7999
(207,121,153)
#D589A5
(213,137,165)
#DB99B1
(219,153,177)
#E1A9BD
(225,169,189)
#E7B9C9
(231,185,201)
#EDC9D5
(237,201,213)
#F3D9E1
(243,217,225)
#F9E9ED
(249,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4975 color. Also use rgb(189,73,117) instead hex code.

Text Font Color

.myTextColor { color: #BD4975; }

<p style="color:#BD4975">This sample text font color is #BD4975.</p>

This text font color is #BD4975.


Background Color

.myBgColor { background-color: #BD4975; }

<div style="background-color:#BD4975">Inner text</div>

This div background color is #BD4975.


Border color

.myBorderColor { border: 1px solid #BD4975; }

<div style="border:3px solid #BD4975">Div</div>

This div border color is #BD4975.


Opacity

.myOpacity80 { color: #BD4975; opacity: 0.8; }

<p style="color:#BD4975;opacity:0.8;">80%</p>

Text with #BD4975 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BD4975;}

<p style="text-shadow: 3px 3px 1px #BD4975">Text here.</p>

This text has shadow with #BD4975 color.

.textShadow {text-shadow: 3px 3px 1px #BD4975, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BD4975, 5px 5px 20px red">Text here.</p>

This text has shadow with #BD4975 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BD4975, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BD4975, Direction=45, Strength=4)">Text</p>

This text has shadow with #BD4975 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BD4975;
  -webkit-box-shadow:	1px 1px 3px 2px #BD4975;
  box-shadow:		1px 1px 3px 2px #BD4975;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BD4975;
-webkit-box-shadow: 1px 1px 3px 2px #BD4975;
box-shadow:1px 1px 3px 2px #BD4975;">
Div content here</div>
This div box has shadow with color #BD4975.

Preview

Color preview on black background

This text has color #BD4975 on black background.


Color preview on white background

This text has color #BD4975 on white background.



Black color preview on #BD4975 background

This text has black color on #BD4975 background.


White color preview on #BD4975 background

This text has white color on #BD4975 background.