Shades of Pale Taupe #B8977C
Tints of Pale Taupe #B8977C
RGB
CMYK
RGB Variations
Color information
#B8977C (or 0xB8977C) is known color: Pale Taupe. HEX triplet: B8, 97 and 7C. RGB value is (184,151,124). Sum of RGB (Red+Green+Blue) = 184+151+124=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8977C is #476883. Grayscale: #9D9D9D. Windows color (decimal): -4679812 or 8165304. OLE color: 8165304.
HSL color Cylindrical-coordinate representation of color #B8977C: hue angle of 27º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8977C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 124 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.28 |
| HSL | 27º | 0.3% | 0.6% | - |
| HSV(B) | 27º | 0.33% | 0.72% | - |
| XYZ | 34.47 | 33.78 | 23.77 | - |
| YUV | 157.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 124 | 0 | 0.18 | 0.33 | 0.28 | 27 | 0.3 | 0.6 |
| Hex | B8 | 97 | 7C | 0 | 12 | 21 | 1C | 1B | 1E | 3C |
| Octal | 270 | 227 | 174 | 0 | 22 | 41 | 34 | 33 | 36 | 74 |
| Binary | 10111000 | 10010111 | 1111100 | 0 | 10010 | 100001 | 11100 | 11011 | 11110 | 111100 |
Color Harmonies of #B8977C
Complementary color
Monochromatic Colors of #B8977C
Black with #B8977C
Text Example
Text Example
White with #B8977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8977C; }
p { color: rgb(184,151,124); }
H1.HeaderClassName
{
color: #B8977C;
}
.AnyTagClassName
{
color: #B8977C;
}
</style>
background-color css
<style>
a { background-color: #B8977C; }
a { background-color: rgb(184,151,124); }
div.DivClassName
{
background-color: #B8977C;
}
.BgClassName
{
background-color: #B8977C;
}
</style>
border-color css
<style>
span { border-color: #B8977C; }
span { border-color: rgb(184,151,124); }
td.TdClassName
{
border-color: #B8977C;
}
.TagClassName
{
border-color: #B8977C;
}
</style>