COLOR #BD7081

HEX: #BD7081
RGB: (189,112,129)

Color info

#BD7081 contains mainly red color. Web safe color of #BD7081 is #CC6699 (or #C69).

RGB color model

#BD7081 color RGB value is (189,112,129).

  • red value is 189;
  • green value is 112;
  • blue value is 129.
RGB:
(189,112,129)
(74%,44%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 112 of 255 = 44%
B 129 of 255 = 51%

189
112
129

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

Portions of RGB colors in percentages

R + G + B =
189 + 112 + 129 = 430 (100%)
R 189 of 430 ~ 43.95%
G 112 of 430 ~ 26.05%
B 129 of 430 ~ 30%

%43.95
%26.05
%30

CMYK color model

#BD7081 color CMYK value is (0,41,32,26).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK:
(0,41,32,26)
C0M41Y32K26 
(0%,41%,32%,26%)
(0.00/0.41/0.32/0.26)	

CMYK percentages

%0
%40.74
%31.75
%25.88

Codes

Color #BD7081 in popluar color models

BD7081
RGB189112129
HSL347°36.84%59.02%
HSB/HSV347°40.74%74.12%
CMYK0.00%40.74%31.75%
25.88%

Color #BD7081 in popluar number systems.

HEXBD7081
Decimal189112129
Binary10111101111000010000001
Octal275160201

Shades and tints

Shades of #BD7081

#BD7081
(189,112,129)
#AC6676
(172,102,118)
#9B5C6B
(155,92,107)
#8A5260
(138,82,96)
#794855
(121,72,85)
#683E4A
(104,62,74)
#57343F
(87,52,63)
#462A34
(70,42,52)
#352029
(53,32,41)
#24161E
(36,22,30)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #BD7081

#BD7081
(189,112,129)
#C37D8C
(195,125,140)
#C98A97
(201,138,151)
#CF97A2
(207,151,162)
#D5A4AD
(213,164,173)
#DBB1B8
(219,177,184)
#E1BEC3
(225,190,195)
#E7CBCE
(231,203,206)
#EDD8D9
(237,216,217)
#F3E5E4
(243,229,228)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7081 color. Also use rgb(189,112,129) instead hex code.

Text Font Color

.myTextColor { color: #BD7081; }

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

This text font color is #BD7081.


Background Color

.myBgColor { background-color: #BD7081; }

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

This div background color is #BD7081.


Border color

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

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

This div border color is #BD7081.


Opacity

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

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

Text with #BD7081 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 #BD7081;}

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

This text has shadow with #BD7081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7081 on black background.


Color preview on white background

This text has color #BD7081 on white background.



Black color preview on #BD7081 background

This text has black color on #BD7081 background.


White color preview on #BD7081 background

This text has white color on #BD7081 background.