Shades of Puce #B9858A
Tints of Puce #B9858A
RGB
CMYK
RGB Variations
Color information
#B9858A (or 0xB9858A) is known color: Puce. HEX triplet: B9, 85 and 8A. RGB value is (185,133,138). Sum of RGB (Red+Green+Blue) = 185+133+138=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B9858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9858A is #467A75. Grayscale: #959595. Windows color (decimal): -4618870 or 9078201. OLE color: 9078201.
HSL color Cylindrical-coordinate representation of color #B9858A: hue angle of 354.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9858A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 138 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.27 |
| HSL | 354.23º | 0.27% | 0.62% | - |
| HSV(B) | 354.23º | 0.28% | 0.73% | - |
| XYZ | 32.98 | 28.92 | 27.89 | - |
| YUV | 149.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 138 | 0 | 0.28 | 0.25 | 0.27 | 354.23 | 0.27 | 0.62 |
| Hex | B9 | 85 | 8A | 0 | 1C | 19 | 1B | 162 | 1B | 3E |
| Octal | 271 | 205 | 212 | 0 | 34 | 31 | 33 | 542 | 33 | 76 |
| Binary | 10111001 | 10000101 | 10001010 | 0 | 11100 | 11001 | 11011 | 101100010 | 11011 | 111110 |
Color Harmonies of #B9858A
Complementary color
Monochromatic Colors of #B9858A
Black with #B9858A
Text Example
Text Example
White with #B9858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9858A; }
p { color: rgb(185,133,138); }
H1.HeaderClassName
{
color: #B9858A;
}
.AnyTagClassName
{
color: #B9858A;
}
</style>
background-color css
<style>
a { background-color: #B9858A; }
a { background-color: rgb(185,133,138); }
div.DivClassName
{
background-color: #B9858A;
}
.BgClassName
{
background-color: #B9858A;
}
</style>
border-color css
<style>
span { border-color: #B9858A; }
span { border-color: rgb(185,133,138); }
td.TdClassName
{
border-color: #B9858A;
}
.TagClassName
{
border-color: #B9858A;
}
</style>