Shades of Pavlova #B9A682
Tints of Pavlova #B9A682
RGB
CMYK
RGB Variations
Color information
#B9A682 (or 0xB9A682) is known color: Pavlova. HEX triplet: B9, A6 and 82. RGB value is (185,166,130). Sum of RGB (Red+Green+Blue) = 185+166+130=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A682 is #46597D. Grayscale: #A7A7A7. Windows color (decimal): -4610430 or 8562361. OLE color: 8562361.
HSL color Cylindrical-coordinate representation of color #B9A682: hue angle of 39.27º 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 #B9A682 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 130 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.27 |
| HSL | 39.27º | 0.28% | 0.62% | - |
| HSV(B) | 39.27º | 0.3% | 0.73% | - |
| XYZ | 37.67 | 39.2 | 26.7 | - |
| YUV | 167.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 130 | 0 | 0.10 | 0.30 | 0.27 | 39.27 | 0.28 | 0.62 |
| Hex | B9 | A6 | 82 | 0 | A | 1E | 1B | 27 | 1C | 3E |
| Octal | 271 | 246 | 202 | 0 | 12 | 36 | 33 | 47 | 34 | 76 |
| Binary | 10111001 | 10100110 | 10000010 | 0 | 1010 | 11110 | 11011 | 100111 | 11100 | 111110 |
Color Harmonies of #B9A682
Complementary color
Monochromatic Colors of #B9A682
Black with #B9A682
Text Example
Text Example
White with #B9A682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A682; }
p { color: rgb(185,166,130); }
H1.HeaderClassName
{
color: #B9A682;
}
.AnyTagClassName
{
color: #B9A682;
}
</style>
background-color css
<style>
a { background-color: #B9A682; }
a { background-color: rgb(185,166,130); }
div.DivClassName
{
background-color: #B9A682;
}
.BgClassName
{
background-color: #B9A682;
}
</style>
border-color css
<style>
span { border-color: #B9A682; }
span { border-color: rgb(185,166,130); }
td.TdClassName
{
border-color: #B9A682;
}
.TagClassName
{
border-color: #B9A682;
}
</style>