Shades of Pale Taupe #B9957B
Tints of Pale Taupe #B9957B
RGB
CMYK
RGB Variations
Color information
#B9957B (or 0xB9957B) is known color: Pale Taupe. HEX triplet: B9, 95 and 7B. RGB value is (185,149,123). Sum of RGB (Red+Green+Blue) = 185+149+123=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B9957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9957B is #466A84. Grayscale: #9C9C9C. Windows color (decimal): -4614789 or 8099257. OLE color: 8099257.
HSL color Cylindrical-coordinate representation of color #B9957B: hue angle of 25.16º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9957B is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 123 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.27 |
| HSL | 25.16º | 0.31% | 0.6% | - |
| HSV(B) | 25.16º | 0.34% | 0.73% | - |
| XYZ | 34.33 | 33.24 | 23.35 | - |
| YUV | 156.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 123 | 0 | 0.19 | 0.34 | 0.27 | 25.16 | 0.31 | 0.6 |
| Hex | B9 | 95 | 7B | 0 | 13 | 22 | 1B | 19 | 1F | 3C |
| Octal | 271 | 225 | 173 | 0 | 23 | 42 | 33 | 31 | 37 | 74 |
| Binary | 10111001 | 10010101 | 1111011 | 0 | 10011 | 100010 | 11011 | 11001 | 11111 | 111100 |
Color Harmonies of #B9957B
Complementary color
Monochromatic Colors of #B9957B
Black with #B9957B
Text Example
Text Example
White with #B9957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9957B; }
p { color: rgb(185,149,123); }
H1.HeaderClassName
{
color: #B9957B;
}
.AnyTagClassName
{
color: #B9957B;
}
</style>
background-color css
<style>
a { background-color: #B9957B; }
a { background-color: rgb(185,149,123); }
div.DivClassName
{
background-color: #B9957B;
}
.BgClassName
{
background-color: #B9957B;
}
</style>
border-color css
<style>
span { border-color: #B9957B; }
span { border-color: rgb(185,149,123); }
td.TdClassName
{
border-color: #B9957B;
}
.TagClassName
{
border-color: #B9957B;
}
</style>