Shades of Puce #B9828F
Tints of Puce #B9828F
RGB
CMYK
RGB Variations
Color information
#B9828F (or 0xB9828F) is known color: Puce. HEX triplet: B9, 82 and 8F. RGB value is (185,130,143). Sum of RGB (Red+Green+Blue) = 185+130+143=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B9828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9828F is #467D70. Grayscale: #939393. Windows color (decimal): -4619633 or 9405113. OLE color: 9405113.
HSL color Cylindrical-coordinate representation of color #B9828F: hue angle of 345.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9828F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 143 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.27 |
| HSL | 345.82º | 0.28% | 0.62% | - |
| HSV(B) | 345.82º | 0.3% | 0.73% | - |
| XYZ | 32.95 | 28.26 | 29.71 | - |
| YUV | 147.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 143 | 0 | 0.30 | 0.23 | 0.27 | 345.82 | 0.28 | 0.62 |
| Hex | B9 | 82 | 8F | 0 | 1E | 17 | 1B | 15A | 1C | 3E |
| Octal | 271 | 202 | 217 | 0 | 36 | 27 | 33 | 532 | 34 | 76 |
| Binary | 10111001 | 10000010 | 10001111 | 0 | 11110 | 10111 | 11011 | 101011010 | 11100 | 111110 |
Color Harmonies of #B9828F
Complementary color
Monochromatic Colors of #B9828F
Black with #B9828F
Text Example
Text Example
White with #B9828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9828F; }
p { color: rgb(185,130,143); }
H1.HeaderClassName
{
color: #B9828F;
}
.AnyTagClassName
{
color: #B9828F;
}
</style>
background-color css
<style>
a { background-color: #B9828F; }
a { background-color: rgb(185,130,143); }
div.DivClassName
{
background-color: #B9828F;
}
.BgClassName
{
background-color: #B9828F;
}
</style>
border-color css
<style>
span { border-color: #B9828F; }
span { border-color: rgb(185,130,143); }
td.TdClassName
{
border-color: #B9828F;
}
.TagClassName
{
border-color: #B9828F;
}
</style>