Shades of Pale Taupe #B8957A
Tints of Pale Taupe #B8957A
RGB
CMYK
RGB Variations
Color information
#B8957A (or 0xB8957A) is known color: Pale Taupe. HEX triplet: B8, 95 and 7A. RGB value is (184,149,122). Sum of RGB (Red+Green+Blue) = 184+149+122=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B8957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8957A is #476A85. Grayscale: #9C9C9C. Windows color (decimal): -4680326 or 8033720. OLE color: 8033720.
HSL color Cylindrical-coordinate representation of color #B8957A: hue angle of 26.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8957A is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 122 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.28 |
| HSL | 26.13º | 0.3% | 0.6% | - |
| HSV(B) | 26.13º | 0.34% | 0.72% | - |
| XYZ | 34.03 | 33.09 | 23.01 | - |
| YUV | 156.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 122 | 0 | 0.19 | 0.34 | 0.28 | 26.13 | 0.3 | 0.6 |
| Hex | B8 | 95 | 7A | 0 | 13 | 22 | 1C | 1A | 1E | 3C |
| Octal | 270 | 225 | 172 | 0 | 23 | 42 | 34 | 32 | 36 | 74 |
| Binary | 10111000 | 10010101 | 1111010 | 0 | 10011 | 100010 | 11100 | 11010 | 11110 | 111100 |
Color Harmonies of #B8957A
Complementary color
Monochromatic Colors of #B8957A
Black with #B8957A
Text Example
Text Example
White with #B8957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8957A; }
p { color: rgb(184,149,122); }
H1.HeaderClassName
{
color: #B8957A;
}
.AnyTagClassName
{
color: #B8957A;
}
</style>
background-color css
<style>
a { background-color: #B8957A; }
a { background-color: rgb(184,149,122); }
div.DivClassName
{
background-color: #B8957A;
}
.BgClassName
{
background-color: #B8957A;
}
</style>
border-color css
<style>
span { border-color: #B8957A; }
span { border-color: rgb(184,149,122); }
td.TdClassName
{
border-color: #B8957A;
}
.TagClassName
{
border-color: #B8957A;
}
</style>