Shades of Pale Taupe #BD9178
Tints of Pale Taupe #BD9178
RGB
CMYK
RGB Variations
Color information
#BD9178 (or 0xBD9178) is known color: Pale Taupe. HEX triplet: BD, 91 and 78. RGB value is (189,145,120). Sum of RGB (Red+Green+Blue) = 189+145+120=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9178 is #426E87. Grayscale: #9B9B9B. Windows color (decimal): -4353672 or 7901629. OLE color: 7901629.
HSL color Cylindrical-coordinate representation of color #BD9178: hue angle of 21.74º 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 #BD9178 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 120 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.26 |
| HSL | 21.74º | 0.34% | 0.61% | - |
| HSV(B) | 21.74º | 0.37% | 0.74% | - |
| XYZ | 34.5 | 32.43 | 22.21 | - |
| YUV | 155.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 120 | 0 | 0.23 | 0.37 | 0.26 | 21.74 | 0.34 | 0.61 |
| Hex | BD | 91 | 78 | 0 | 17 | 25 | 1A | 16 | 22 | 3D |
| Octal | 275 | 221 | 170 | 0 | 27 | 45 | 32 | 26 | 42 | 75 |
| Binary | 10111101 | 10010001 | 1111000 | 0 | 10111 | 100101 | 11010 | 10110 | 100010 | 111101 |
Color Harmonies of #BD9178
Complementary color
Monochromatic Colors of #BD9178
Black with #BD9178
Text Example
Text Example
White with #BD9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9178; }
p { color: rgb(189,145,120); }
H1.HeaderClassName
{
color: #BD9178;
}
.AnyTagClassName
{
color: #BD9178;
}
</style>
background-color css
<style>
a { background-color: #BD9178; }
a { background-color: rgb(189,145,120); }
div.DivClassName
{
background-color: #BD9178;
}
.BgClassName
{
background-color: #BD9178;
}
</style>
border-color css
<style>
span { border-color: #BD9178; }
span { border-color: rgb(189,145,120); }
td.TdClassName
{
border-color: #BD9178;
}
.TagClassName
{
border-color: #BD9178;
}
</style>