COLOR #BD8481

HEX: #BD8481 RGB: (189,132,129)

Color info

#BD8481 contains mainly red and green colors. Web safe color of #BD8481 is #CC9999 (or #C99).

RGB color model

#BD8481 color RGB value is (189,132,129).

RGB: (189,132,129) (74%, 52%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 132 of 255 = 52%
B 129 of 255 = 51%

189
132
129

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

Portions of RGB colors in percentages

R + G + B = 189 + 132 + 129 = 450 (100%)
R 189 of 450 ~ 42%
G 132 of 450 ~ 29.33%
B 129 of 450 ~ 28.67'%

%42
%29.33
%28.67

CMYK color model

#BD8481 color CMYK value is (0,30,32,26).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 31.75%
  • key color value is 25.88%
CMYK: (0,30,32,26) C0M30Y32K26 (0%,30%,32%,26%) (0.00/0.30/0.32/0.26) 

CMYK percentages

%0
%30.16
%31.75
%25.88

Codes

Color #BD8481 in popluar color models

BD 84 81
RGB 189 132 129
HSL 31.25% 62.35%
HSB/HSV 31.75% 74.12%
CMYK 0.00% 30.16% 31.75%
25.88%

Color #BD8481 in popluar number systems.

HEX BD 84 81
Decimal 189 132 129
Binary 10111101 10000100 10000001
Octal 275 204 201

Shades and tints

Shades of #BD8481

#BD8481
(189,132,129)
#AC7876
(172,120,118)
#9B6C6B
(155,108,107)
#8A6060
(138,96,96)
#795455
(121,84,85)
#68484A
(104,72,74)
#573C3F
(87,60,63)
#463034
(70,48,52)
#352429
(53,36,41)
#24181E
(36,24,30)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #BD8481

#BD8481
(189,132,129)
#C38F8C
(195,143,140)
#C99A97
(201,154,151)
#CFA5A2
(207,165,162)
#D5B0AD
(213,176,173)
#DBBBB8
(219,187,184)
#E1C6C3
(225,198,195)
#E7D1CE
(231,209,206)
#EDDCD9
(237,220,217)
#F3E7E4
(243,231,228)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8481; }

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

This text font color is #BD8481.

Background Color

.myBgColor { background-color: #BD8481; }

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

This div background color is #BD8481.

Border color

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

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

This div border color is #BD8481.

Opacity

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

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

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

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

This text has shadow with #BD8481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD8481.

Preview

Color preview on black background

This text has color #BD8481 on black background.


Color preview on white background

This text has color #BD8481 on white background.


Black color preview on #BD8481 background

This text has black color on #BD8481 background.


White color preview on #BD8481 background

This text has white color on #BD8481 background.


Related colors

Complementary color

Complementary color for #hex is #427B7E.


I love getcolorcode.com

Triadic colors

1 #81BD84 and #8481BD with #BD8481 are triadic colors.

2 #8184BD and #84BD81 with #BD8481 are triadic colors.