Shades of Puce #B9848E
Tints of Puce #B9848E
RGB
CMYK
RGB Variations
Color information
#B9848E (or 0xB9848E) is known color: Puce. HEX triplet: B9, 84 and 8E. RGB value is (185,132,142). Sum of RGB (Red+Green+Blue) = 185+132+142=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B9848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9848E is #467B71. Grayscale: #959595. Windows color (decimal): -4619122 or 9340089. OLE color: 9340089.
HSL color Cylindrical-coordinate representation of color #B9848E: hue angle of 348.68º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9848E is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 142 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.27 |
| HSL | 348.68º | 0.27% | 0.62% | - |
| HSV(B) | 348.68º | 0.29% | 0.73% | - |
| XYZ | 33.14 | 28.77 | 29.4 | - |
| YUV | 148.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 142 | 0 | 0.29 | 0.23 | 0.27 | 348.68 | 0.27 | 0.62 |
| Hex | B9 | 84 | 8E | 0 | 1D | 17 | 1B | 15D | 1B | 3E |
| Octal | 271 | 204 | 216 | 0 | 35 | 27 | 33 | 535 | 33 | 76 |
| Binary | 10111001 | 10000100 | 10001110 | 0 | 11101 | 10111 | 11011 | 101011101 | 11011 | 111110 |
Color Harmonies of #B9848E
Complementary color
Monochromatic Colors of #B9848E
Black with #B9848E
Text Example
Text Example
White with #B9848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9848E; }
p { color: rgb(185,132,142); }
H1.HeaderClassName
{
color: #B9848E;
}
.AnyTagClassName
{
color: #B9848E;
}
</style>
background-color css
<style>
a { background-color: #B9848E; }
a { background-color: rgb(185,132,142); }
div.DivClassName
{
background-color: #B9848E;
}
.BgClassName
{
background-color: #B9848E;
}
</style>
border-color css
<style>
span { border-color: #B9848E; }
span { border-color: rgb(185,132,142); }
td.TdClassName
{
border-color: #B9848E;
}
.TagClassName
{
border-color: #B9848E;
}
</style>