Shades of Pale Taupe #BD9478
Tints of Pale Taupe #BD9478
RGB
CMYK
RGB Variations
Color information
#BD9478 (or 0xBD9478) is known color: Pale Taupe. HEX triplet: BD, 94 and 78. RGB value is (189,148,120). Sum of RGB (Red+Green+Blue) = 189+148+120=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9478 is #426B87. Grayscale: #9D9D9D. Windows color (decimal): -4352904 or 7902397. OLE color: 7902397.
HSL color Cylindrical-coordinate representation of color #BD9478: hue angle of 24.35º 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 #BD9478 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 120 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.26 |
| HSL | 24.35º | 0.34% | 0.61% | - |
| HSV(B) | 24.35º | 0.37% | 0.74% | - |
| XYZ | 34.97 | 33.35 | 22.36 | - |
| YUV | 157.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 120 | 0 | 0.22 | 0.37 | 0.26 | 24.35 | 0.34 | 0.61 |
| Hex | BD | 94 | 78 | 0 | 16 | 25 | 1A | 18 | 22 | 3D |
| Octal | 275 | 224 | 170 | 0 | 26 | 45 | 32 | 30 | 42 | 75 |
| Binary | 10111101 | 10010100 | 1111000 | 0 | 10110 | 100101 | 11010 | 11000 | 100010 | 111101 |
Color Harmonies of #BD9478
Complementary color
Monochromatic Colors of #BD9478
Black with #BD9478
Text Example
Text Example
White with #BD9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9478; }
p { color: rgb(189,148,120); }
H1.HeaderClassName
{
color: #BD9478;
}
.AnyTagClassName
{
color: #BD9478;
}
</style>
background-color css
<style>
a { background-color: #BD9478; }
a { background-color: rgb(189,148,120); }
div.DivClassName
{
background-color: #BD9478;
}
.BgClassName
{
background-color: #BD9478;
}
</style>
border-color css
<style>
span { border-color: #BD9478; }
span { border-color: rgb(189,148,120); }
td.TdClassName
{
border-color: #BD9478;
}
.TagClassName
{
border-color: #BD9478;
}
</style>