Shades of Pale Taupe #BD8F74
Tints of Pale Taupe #BD8F74
RGB
CMYK
RGB Variations
Color information
#BD8F74 (or 0xBD8F74) is known color: Pale Taupe. HEX triplet: BD, 8F and 74. RGB value is (189,143,116). Sum of RGB (Red+Green+Blue) = 189+143+116=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F74 is #42708B. Grayscale: #999999. Windows color (decimal): -4354188 or 7638973. OLE color: 7638973.
HSL color Cylindrical-coordinate representation of color #BD8F74: hue angle of 22.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8F74 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 116 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.26 |
| HSL | 22.19º | 0.36% | 0.6% | - |
| HSV(B) | 22.19º | 0.39% | 0.74% | - |
| XYZ | 33.96 | 31.72 | 20.86 | - |
| YUV | 153.68 | 106.74 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 116 | 0 | 0.24 | 0.39 | 0.26 | 22.19 | 0.36 | 0.6 |
| Hex | BD | 8F | 74 | 0 | 18 | 27 | 1A | 16 | 24 | 3C |
| Octal | 275 | 217 | 164 | 0 | 30 | 47 | 32 | 26 | 44 | 74 |
| Binary | 10111101 | 10001111 | 1110100 | 0 | 11000 | 100111 | 11010 | 10110 | 100100 | 111100 |
Color Harmonies of #BD8F74
Complementary color
Monochromatic Colors of #BD8F74
Black with #BD8F74
Text Example
Text Example
White with #BD8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F74; }
p { color: rgb(189,143,116); }
H1.HeaderClassName
{
color: #BD8F74;
}
.AnyTagClassName
{
color: #BD8F74;
}
</style>
background-color css
<style>
a { background-color: #BD8F74; }
a { background-color: rgb(189,143,116); }
div.DivClassName
{
background-color: #BD8F74;
}
.BgClassName
{
background-color: #BD8F74;
}
</style>
border-color css
<style>
span { border-color: #BD8F74; }
span { border-color: rgb(189,143,116); }
td.TdClassName
{
border-color: #BD8F74;
}
.TagClassName
{
border-color: #BD8F74;
}
</style>