Shades of Pavlova #B9A587
Tints of Pavlova #B9A587
RGB
CMYK
RGB Variations
Color information
#B9A587 (or 0xB9A587) is known color: Pavlova. HEX triplet: B9, A5 and 87. RGB value is (185,165,135). Sum of RGB (Red+Green+Blue) = 185+165+135=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A587 is #465A78. Grayscale: #A7A7A7. Windows color (decimal): -4610681 or 8889785. OLE color: 8889785.
HSL color Cylindrical-coordinate representation of color #B9A587: hue angle of 36º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9A587 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 135 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.27 |
| HSL | 36º | 0.26% | 0.63% | - |
| HSV(B) | 36º | 0.27% | 0.73% | - |
| XYZ | 37.84 | 38.97 | 28.45 | - |
| YUV | 167.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 135 | 0 | 0.11 | 0.27 | 0.27 | 36 | 0.26 | 0.63 |
| Hex | B9 | A5 | 87 | 0 | B | 1B | 1B | 24 | 1A | 3F |
| Octal | 271 | 245 | 207 | 0 | 13 | 33 | 33 | 44 | 32 | 77 |
| Binary | 10111001 | 10100101 | 10000111 | 0 | 1011 | 11011 | 11011 | 100100 | 11010 | 111111 |
Color Harmonies of #B9A587
Complementary color
Monochromatic Colors of #B9A587
Black with #B9A587
Text Example
Text Example
White with #B9A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A587; }
p { color: rgb(185,165,135); }
H1.HeaderClassName
{
color: #B9A587;
}
.AnyTagClassName
{
color: #B9A587;
}
</style>
background-color css
<style>
a { background-color: #B9A587; }
a { background-color: rgb(185,165,135); }
div.DivClassName
{
background-color: #B9A587;
}
.BgClassName
{
background-color: #B9A587;
}
</style>
border-color css
<style>
span { border-color: #B9A587; }
span { border-color: rgb(185,165,135); }
td.TdClassName
{
border-color: #B9A587;
}
.TagClassName
{
border-color: #B9A587;
}
</style>