Shades of Pale Taupe #B8967D
Tints of Pale Taupe #B8967D
RGB
CMYK
RGB Variations
Color information
#B8967D (or 0xB8967D) is known color: Pale Taupe. HEX triplet: B8, 96 and 7D. RGB value is (184,150,125). Sum of RGB (Red+Green+Blue) = 184+150+125=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8967D is #476982. Grayscale: #9D9D9D. Windows color (decimal): -4680067 or 8230584. OLE color: 8230584.
HSL color Cylindrical-coordinate representation of color #B8967D: hue angle of 25.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8967D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 125 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.28 |
| HSL | 25.42º | 0.29% | 0.61% | - |
| HSV(B) | 25.42º | 0.32% | 0.72% | - |
| XYZ | 34.38 | 33.48 | 24.05 | - |
| YUV | 157.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 125 | 0 | 0.18 | 0.32 | 0.28 | 25.42 | 0.29 | 0.61 |
| Hex | B8 | 96 | 7D | 0 | 12 | 20 | 1C | 19 | 1D | 3D |
| Octal | 270 | 226 | 175 | 0 | 22 | 40 | 34 | 31 | 35 | 75 |
| Binary | 10111000 | 10010110 | 1111101 | 0 | 10010 | 100000 | 11100 | 11001 | 11101 | 111101 |
Color Harmonies of #B8967D
Complementary color
Monochromatic Colors of #B8967D
Black with #B8967D
Text Example
Text Example
White with #B8967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8967D; }
p { color: rgb(184,150,125); }
H1.HeaderClassName
{
color: #B8967D;
}
.AnyTagClassName
{
color: #B8967D;
}
</style>
background-color css
<style>
a { background-color: #B8967D; }
a { background-color: rgb(184,150,125); }
div.DivClassName
{
background-color: #B8967D;
}
.BgClassName
{
background-color: #B8967D;
}
</style>
border-color css
<style>
span { border-color: #B8967D; }
span { border-color: rgb(184,150,125); }
td.TdClassName
{
border-color: #B8967D;
}
.TagClassName
{
border-color: #B8967D;
}
</style>