Shades of Pavlova #B9A282
Tints of Pavlova #B9A282
RGB
CMYK
RGB Variations
Color information
#B9A282 (or 0xB9A282) is known color: Pavlova. HEX triplet: B9, A2 and 82. RGB value is (185,162,130). Sum of RGB (Red+Green+Blue) = 185+162+130=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A282 is #465D7D. Grayscale: #A5A5A5. Windows color (decimal): -4611454 or 8561337. OLE color: 8561337.
HSL color Cylindrical-coordinate representation of color #B9A282: hue angle of 34.91º 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 #B9A282 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 130 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.27 |
| HSL | 34.91º | 0.28% | 0.62% | - |
| HSV(B) | 34.91º | 0.3% | 0.73% | - |
| XYZ | 36.96 | 37.77 | 26.46 | - |
| YUV | 165.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 130 | 0 | 0.12 | 0.30 | 0.27 | 34.91 | 0.28 | 0.62 |
| Hex | B9 | A2 | 82 | 0 | C | 1E | 1B | 23 | 1C | 3E |
| Octal | 271 | 242 | 202 | 0 | 14 | 36 | 33 | 43 | 34 | 76 |
| Binary | 10111001 | 10100010 | 10000010 | 0 | 1100 | 11110 | 11011 | 100011 | 11100 | 111110 |
Color Harmonies of #B9A282
Complementary color
Monochromatic Colors of #B9A282
Black with #B9A282
Text Example
Text Example
White with #B9A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A282; }
p { color: rgb(185,162,130); }
H1.HeaderClassName
{
color: #B9A282;
}
.AnyTagClassName
{
color: #B9A282;
}
</style>
background-color css
<style>
a { background-color: #B9A282; }
a { background-color: rgb(185,162,130); }
div.DivClassName
{
background-color: #B9A282;
}
.BgClassName
{
background-color: #B9A282;
}
</style>
border-color css
<style>
span { border-color: #B9A282; }
span { border-color: rgb(185,162,130); }
td.TdClassName
{
border-color: #B9A282;
}
.TagClassName
{
border-color: #B9A282;
}
</style>