COLOR #BD9F88

HEX: #BD9F88 RGB: (189,159,136)

Color info

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

RGB color model

#BD9F88 color RGB value is (189,159,136).

RGB: (189,159,136) (74%, 62%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 136 of 255 = 53%

189
159
136

R + G + B ~ 63%. #BD9F88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 159 + 136 = 484 (100%)
R 189 of 484 ~ 39.05%
G 159 of 484 ~ 32.85%
B 136 of 484 ~ 28.1'%

%39.05
%32.85
%28.1

CMYK color model

#BD9F88 color CMYK value is (0,16,28,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 28.04%
  • key color value is 25.88%

CMYK: (0,16,28,26)
C0M16Y28K26 (0%, 16%, 28%, 26%)
(0.00 / 0.16 / 0.28 / 0.26)

CMYK percentages

%0
%15.87
%28.04
%25.88

Codes

Color #BD9F88 in popluar color models

BD 9F 88
RGB 189 159 136
HSL 26° 28.65% 63.73%
HSB/HSV 26° 28.04% 74.12%
CMYK 0.00% 15.87% 28.04%
25.88%

Color #BD9F88 in popluar number systems.

HEX BD 9F 88
Decimal 189 159 136
Binary 10111101 10011111 10001000
Octal 275 237 210

Shades and tints

Shades of #BD9F88

#BD9F88
(189,159,136)
#AC917C
(172,145,124)
#9B8370
(155,131,112)
#8A7564
(138,117,100)
#796758
(121,103,88)
#68594C
(104,89,76)
#574B40
(87,75,64)
#463D34
(70,61,52)
#352F28
(53,47,40)
#24211C
(36,33,28)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BD9F88

#BD9F88
(189,159,136)
#C3A792
(195,167,146)
#C9AF9C
(201,175,156)
#CFB7A6
(207,183,166)
#D5BFB0
(213,191,176)
#DBC7BA
(219,199,186)
#E1CFC4
(225,207,196)
#E7D7CE
(231,215,206)
#EDDFD8
(237,223,216)
#F3E7E2
(243,231,226)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9F88 color. Also use rgb(189,159,136) instead hex code.

Text Font Color

.myTextColor { color: #BD9F88; }

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

This text font color is #BD9F88.

Background Color

.myBgColor { background-color: #BD9F88; }

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

This div background color is #BD9F88.

Border color

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

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

This div border color is #BD9F88.

Opacity

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

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

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

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

This text has shadow with #BD9F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9F88.

Preview

Color preview on black background

This text has color #BD9F88 on black background.


Color preview on white background

This text has color #BD9F88 on white background.


Black color preview on #BD9F88 background

This text has black color on #BD9F88 background.


White color preview on #BD9F88 background

This text has white color on #BD9F88 background.


Related colors

Complementary color

Complementary color for #hex is #426077.


I love getcolorcode.com

Triadic colors

1 #88BD9F and #9F88BD with #BD9F88 are triadic colors.

2 #889FBD and #9FBD88 with #BD9F88 are triadic colors.