Shades of Pavlova #B9A582
Tints of Pavlova #B9A582
RGB
CMYK
RGB Variations
Color information
#B9A582 (or 0xB9A582) is known color: Pavlova. HEX triplet: B9, A5 and 82. RGB value is (185,165,130). Sum of RGB (Red+Green+Blue) = 185+165+130=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A582 is #465A7D. Grayscale: #A7A7A7. Windows color (decimal): -4610686 or 8562105. OLE color: 8562105.
HSL color Cylindrical-coordinate representation of color #B9A582: hue angle of 38.18º 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 #B9A582 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 130 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.27 |
| HSL | 38.18º | 0.28% | 0.62% | - |
| HSV(B) | 38.18º | 0.3% | 0.73% | - |
| XYZ | 37.49 | 38.84 | 26.64 | - |
| YUV | 166.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 130 | 0 | 0.11 | 0.30 | 0.27 | 38.18 | 0.28 | 0.62 |
| Hex | B9 | A5 | 82 | 0 | B | 1E | 1B | 26 | 1C | 3E |
| Octal | 271 | 245 | 202 | 0 | 13 | 36 | 33 | 46 | 34 | 76 |
| Binary | 10111001 | 10100101 | 10000010 | 0 | 1011 | 11110 | 11011 | 100110 | 11100 | 111110 |
Color Harmonies of #B9A582
Complementary color
Monochromatic Colors of #B9A582
Black with #B9A582
Text Example
Text Example
White with #B9A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A582; }
p { color: rgb(185,165,130); }
H1.HeaderClassName
{
color: #B9A582;
}
.AnyTagClassName
{
color: #B9A582;
}
</style>
background-color css
<style>
a { background-color: #B9A582; }
a { background-color: rgb(185,165,130); }
div.DivClassName
{
background-color: #B9A582;
}
.BgClassName
{
background-color: #B9A582;
}
</style>
border-color css
<style>
span { border-color: #B9A582; }
span { border-color: rgb(185,165,130); }
td.TdClassName
{
border-color: #B9A582;
}
.TagClassName
{
border-color: #B9A582;
}
</style>