COLOR #BD999A

HEX: #BD999A RGB: (189,153,154)

Color info

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

RGB color model

#BD999A color RGB value is (189,153,154).

RGB: (189,153,154) (74%, 60%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 153 of 255 = 60%
B 154 of 255 = 60%

189
153
154

R + G + B ~ 65%. #BD999A is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 153 + 154 = 496 (100%)
R 189 of 496 ~ 38.1%
G 153 of 496 ~ 30.85%
B 154 of 496 ~ 31.05'%

%38.1
%30.85
%31.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (0,19,19,26)
C0M19Y19K26 (0%, 19%, 19%, 26%)
(0.00 / 0.19 / 0.19 / 0.26)

CMYK percentages

%0
%19.05
%18.52
%25.88

Codes

Color #BD999A in popluar color models

BD 99 9A
RGB 189 153 154
HSL 358° 21.43% 67.06%
HSB/HSV 358° 19.05% 74.12%
CMYK 0.00% 19.05% 18.52%
25.88%

Color #BD999A in popluar number systems.

HEX BD 99 9A
Decimal 189 153 154
Binary 10111101 10011001 10011010
Octal 275 231 232

Shades and tints

Shades of #BD999A

#BD999A
(189,153,154)
#AC8C8C
(172,140,140)
#9B7F7E
(155,127,126)
#8A7270
(138,114,112)
#796562
(121,101,98)
#685854
(104,88,84)
#574B46
(87,75,70)
#463E38
(70,62,56)
#35312A
(53,49,42)
#24241C
(36,36,28)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #BD999A

#BD999A
(189,153,154)
#C3A2A3
(195,162,163)
#C9ABAC
(201,171,172)
#CFB4B5
(207,180,181)
#D5BDBE
(213,189,190)
#DBC6C7
(219,198,199)
#E1CFD0
(225,207,208)
#E7D8D9
(231,216,217)
#EDE1E2
(237,225,226)
#F3EAEB
(243,234,235)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD999A; }

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

This text font color is #BD999A.

Background Color

.myBgColor { background-color: #BD999A; }

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

This div background color is #BD999A.

Border color

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

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

This div border color is #BD999A.

Opacity

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

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

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

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

This text has shadow with #BD999A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD999A.

Preview

Color preview on black background

This text has color #BD999A on black background.


Color preview on white background

This text has color #BD999A on white background.


Black color preview on #BD999A background

This text has black color on #BD999A background.


White color preview on #BD999A background

This text has white color on #BD999A background.


Related colors

Complementary color

Complementary color for #hex is #426665.


I love getcolorcode.com

Triadic colors

1 #9ABD99 and #999ABD with #BD999A are triadic colors.

2 #9A99BD and #99BD9A with #BD999A are triadic colors.