Shades of Pale Taupe #BD9676
Tints of Pale Taupe #BD9676
RGB
CMYK
RGB Variations
Color information
#BD9676 (or 0xBD9676) is known color: Pale Taupe. HEX triplet: BD, 96 and 76. RGB value is (189,150,118). Sum of RGB (Red+Green+Blue) = 189+150+118=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9676 is #426989. Grayscale: #9E9E9E. Windows color (decimal): -4352394 or 7771837. OLE color: 7771837.
HSL color Cylindrical-coordinate representation of color #BD9676: hue angle of 27.04º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9676 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 118 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.26 |
| HSL | 27.04º | 0.35% | 0.6% | - |
| HSV(B) | 27.04º | 0.38% | 0.74% | - |
| XYZ | 35.16 | 33.94 | 21.84 | - |
| YUV | 158.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 118 | 0 | 0.21 | 0.38 | 0.26 | 27.04 | 0.35 | 0.6 |
| Hex | BD | 96 | 76 | 0 | 15 | 26 | 1A | 1B | 23 | 3C |
| Octal | 275 | 226 | 166 | 0 | 25 | 46 | 32 | 33 | 43 | 74 |
| Binary | 10111101 | 10010110 | 1110110 | 0 | 10101 | 100110 | 11010 | 11011 | 100011 | 111100 |
Color Harmonies of #BD9676
Complementary color
Monochromatic Colors of #BD9676
Black with #BD9676
Text Example
Text Example
White with #BD9676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9676; }
p { color: rgb(189,150,118); }
H1.HeaderClassName
{
color: #BD9676;
}
.AnyTagClassName
{
color: #BD9676;
}
</style>
background-color css
<style>
a { background-color: #BD9676; }
a { background-color: rgb(189,150,118); }
div.DivClassName
{
background-color: #BD9676;
}
.BgClassName
{
background-color: #BD9676;
}
</style>
border-color css
<style>
span { border-color: #BD9676; }
span { border-color: rgb(189,150,118); }
td.TdClassName
{
border-color: #BD9676;
}
.TagClassName
{
border-color: #BD9676;
}
</style>