Shades of Pale Taupe #BD8E75
Tints of Pale Taupe #BD8E75
RGB
CMYK
RGB Variations
Color information
#BD8E75 (or 0xBD8E75) is known color: Pale Taupe. HEX triplet: BD, 8E and 75. RGB value is (189,142,117). Sum of RGB (Red+Green+Blue) = 189+142+117=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E75 is #42718A. Grayscale: #999999. Windows color (decimal): -4354443 or 7704253. OLE color: 7704253.
HSL color Cylindrical-coordinate representation of color #BD8E75: hue angle of 20.83º 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 #BD8E75 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 117 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.26 |
| HSL | 20.83º | 0.35% | 0.6% | - |
| HSV(B) | 20.83º | 0.38% | 0.74% | - |
| XYZ | 33.87 | 31.45 | 21.11 | - |
| YUV | 153.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 117 | 0 | 0.25 | 0.38 | 0.26 | 20.83 | 0.35 | 0.6 |
| Hex | BD | 8E | 75 | 0 | 19 | 26 | 1A | 15 | 23 | 3C |
| Octal | 275 | 216 | 165 | 0 | 31 | 46 | 32 | 25 | 43 | 74 |
| Binary | 10111101 | 10001110 | 1110101 | 0 | 11001 | 100110 | 11010 | 10101 | 100011 | 111100 |
Color Harmonies of #BD8E75
Complementary color
Monochromatic Colors of #BD8E75
Black with #BD8E75
Text Example
Text Example
White with #BD8E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E75; }
p { color: rgb(189,142,117); }
H1.HeaderClassName
{
color: #BD8E75;
}
.AnyTagClassName
{
color: #BD8E75;
}
</style>
background-color css
<style>
a { background-color: #BD8E75; }
a { background-color: rgb(189,142,117); }
div.DivClassName
{
background-color: #BD8E75;
}
.BgClassName
{
background-color: #BD8E75;
}
</style>
border-color css
<style>
span { border-color: #BD8E75; }
span { border-color: rgb(189,142,117); }
td.TdClassName
{
border-color: #BD8E75;
}
.TagClassName
{
border-color: #BD8E75;
}
</style>