Shades of Pavlova #B9A476
Tints of Pavlova #B9A476
RGB
CMYK
RGB Variations
Color information
#B9A476 (or 0xB9A476) is known color: Pavlova. HEX triplet: B9, A4 and 76. RGB value is (185,164,118). Sum of RGB (Red+Green+Blue) = 185+164+118=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A476 is #465B89. Grayscale: #A5A5A5. Windows color (decimal): -4610954 or 7775417. OLE color: 7775417.
HSL color Cylindrical-coordinate representation of color #B9A476: hue angle of 41.19º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A476 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 118 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.27 |
| HSL | 41.19º | 0.32% | 0.59% | - |
| HSV(B) | 41.19º | 0.36% | 0.73% | - |
| XYZ | 36.55 | 38.17 | 22.58 | - |
| YUV | 165.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 118 | 0 | 0.11 | 0.36 | 0.27 | 41.19 | 0.32 | 0.59 |
| Hex | B9 | A4 | 76 | 0 | B | 24 | 1B | 29 | 20 | 3B |
| Octal | 271 | 244 | 166 | 0 | 13 | 44 | 33 | 51 | 40 | 73 |
| Binary | 10111001 | 10100100 | 1110110 | 0 | 1011 | 100100 | 11011 | 101001 | 100000 | 111011 |
Color Harmonies of #B9A476
Complementary color
Monochromatic Colors of #B9A476
Black with #B9A476
Text Example
Text Example
White with #B9A476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A476; }
p { color: rgb(185,164,118); }
H1.HeaderClassName
{
color: #B9A476;
}
.AnyTagClassName
{
color: #B9A476;
}
</style>
background-color css
<style>
a { background-color: #B9A476; }
a { background-color: rgb(185,164,118); }
div.DivClassName
{
background-color: #B9A476;
}
.BgClassName
{
background-color: #B9A476;
}
</style>
border-color css
<style>
span { border-color: #B9A476; }
span { border-color: rgb(185,164,118); }
td.TdClassName
{
border-color: #B9A476;
}
.TagClassName
{
border-color: #B9A476;
}
</style>