COLOR #BD9992

HEX: #BD9992 RGB: (189,153,146)

Color info

#BD9992 contains red, green and blue colors in about the same proportion. Web safe color of #BD9992 is #CC9999 (or #C99).

RGB color model

#BD9992 color RGB value is (189,153,146).

RGB: (189,153,146) (74%, 60%, 57%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 146 of 255 = 57%

189
153
146

R + G + B ~ 64%. #BD9992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 146 = 488 (100%)
R 189 of 488 ~ 38.73%
G 153 of 488 ~ 31.35%
B 146 of 488 ~ 29.92'%

%38.73
%31.35
%29.92

CMYK color model

#BD9992 color CMYK value is (0,19,23,26).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK: (0,19,23,26) C0M19Y23K26 (0%,19%,23%,26%) (0.00/0.19/0.23/0.26) 

CMYK percentages

%0
%19.05
%22.75
%25.88

Codes

Color #BD9992 in popluar color models

BD 99 92
RGB 189 153 146
HSL 10° 24.57% 65.69%
HSB/HSV 10° 22.75% 74.12%
CMYK 0.00% 19.05% 22.75%
25.88%

Color #BD9992 in popluar number systems.

HEX BD 99 92
Decimal 189 153 146
Binary 10111101 10011001 10010010
Octal 275 231 222

Shades and tints

Shades of #BD9992

#BD9992
(189,153,146)
#AC8C85
(172,140,133)
#9B7F78
(155,127,120)
#8A726B
(138,114,107)
#79655E
(121,101,94)
#685851
(104,88,81)
#574B44
(87,75,68)
#463E37
(70,62,55)
#35312A
(53,49,42)
#24241D
(36,36,29)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #BD9992

#BD9992
(189,153,146)
#C3A29B
(195,162,155)
#C9ABA4
(201,171,164)
#CFB4AD
(207,180,173)
#D5BDB6
(213,189,182)
#DBC6BF
(219,198,191)
#E1CFC8
(225,207,200)
#E7D8D1
(231,216,209)
#EDE1DA
(237,225,218)
#F3EAE3
(243,234,227)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9992 color. Also use rgb(189,153,146) instead hex code.

Text Font Color

.myTextColor { color: #BD9992; }

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

This text font color is #BD9992.

Background Color

.myBgColor { background-color: #BD9992; }

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

This div background color is #BD9992.

Border color

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

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

This div border color is #BD9992.

Opacity

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

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

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

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

This text has shadow with #BD9992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9992.

Preview

Color preview on black background

This text has color #BD9992 on black background.


Color preview on white background

This text has color #BD9992 on white background.


Black color preview on #BD9992 background

This text has black color on #BD9992 background.


White color preview on #BD9992 background

This text has white color on #BD9992 background.


Related colors

Complementary color

Complementary color for #hex is #42666D.


I love getcolorcode.com

Triadic colors

1 #92BD99 and #9992BD with #BD9992 are triadic colors.

2 #9299BD and #99BD92 with #BD9992 are triadic colors.