Shades of Pale Taupe #BD9678
Tints of Pale Taupe #BD9678
RGB
CMYK
RGB Variations
Color information
#BD9678 (or 0xBD9678) is known color: Pale Taupe. HEX triplet: BD, 96 and 78. RGB value is (189,150,120). Sum of RGB (Red+Green+Blue) = 189+150+120=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9678 is #426987. Grayscale: #9E9E9E. Windows color (decimal): -4352392 or 7902909. OLE color: 7902909.
HSL color Cylindrical-coordinate representation of color #BD9678: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD9678 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 120 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.26 |
| HSL | 26.09º | 0.34% | 0.61% | - |
| HSV(B) | 26.09º | 0.37% | 0.74% | - |
| XYZ | 35.28 | 33.99 | 22.47 | - |
| YUV | 158.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 120 | 0 | 0.21 | 0.37 | 0.26 | 26.09 | 0.34 | 0.61 |
| Hex | BD | 96 | 78 | 0 | 15 | 25 | 1A | 1A | 22 | 3D |
| Octal | 275 | 226 | 170 | 0 | 25 | 45 | 32 | 32 | 42 | 75 |
| Binary | 10111101 | 10010110 | 1111000 | 0 | 10101 | 100101 | 11010 | 11010 | 100010 | 111101 |
Color Harmonies of #BD9678
Complementary color
Monochromatic Colors of #BD9678
Black with #BD9678
Text Example
Text Example
White with #BD9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9678; }
p { color: rgb(189,150,120); }
H1.HeaderClassName
{
color: #BD9678;
}
.AnyTagClassName
{
color: #BD9678;
}
</style>
background-color css
<style>
a { background-color: #BD9678; }
a { background-color: rgb(189,150,120); }
div.DivClassName
{
background-color: #BD9678;
}
.BgClassName
{
background-color: #BD9678;
}
</style>
border-color css
<style>
span { border-color: #BD9678; }
span { border-color: rgb(189,150,120); }
td.TdClassName
{
border-color: #BD9678;
}
.TagClassName
{
border-color: #BD9678;
}
</style>