Shades of Pavlova #B9A376
Tints of Pavlova #B9A376
RGB
CMYK
RGB Variations
Color information
#B9A376 (or 0xB9A376) is known color: Pavlova. HEX triplet: B9, A3 and 76. RGB value is (185,163,118). Sum of RGB (Red+Green+Blue) = 185+163+118=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A376 is #465C89. Grayscale: #A4A4A4. Windows color (decimal): -4611210 or 7775161. OLE color: 7775161.
HSL color Cylindrical-coordinate representation of color #B9A376: hue angle of 40.3º 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 #B9A376 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 118 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.27 |
| HSL | 40.3º | 0.32% | 0.59% | - |
| HSV(B) | 40.3º | 0.36% | 0.73% | - |
| XYZ | 36.37 | 37.82 | 22.52 | - |
| YUV | 164.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 118 | 0 | 0.12 | 0.36 | 0.27 | 40.3 | 0.32 | 0.59 |
| Hex | B9 | A3 | 76 | 0 | C | 24 | 1B | 28 | 20 | 3B |
| Octal | 271 | 243 | 166 | 0 | 14 | 44 | 33 | 50 | 40 | 73 |
| Binary | 10111001 | 10100011 | 1110110 | 0 | 1100 | 100100 | 11011 | 101000 | 100000 | 111011 |
Color Harmonies of #B9A376
Complementary color
Monochromatic Colors of #B9A376
Black with #B9A376
Text Example
Text Example
White with #B9A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A376; }
p { color: rgb(185,163,118); }
H1.HeaderClassName
{
color: #B9A376;
}
.AnyTagClassName
{
color: #B9A376;
}
</style>
background-color css
<style>
a { background-color: #B9A376; }
a { background-color: rgb(185,163,118); }
div.DivClassName
{
background-color: #B9A376;
}
.BgClassName
{
background-color: #B9A376;
}
</style>
border-color css
<style>
span { border-color: #B9A376; }
span { border-color: rgb(185,163,118); }
td.TdClassName
{
border-color: #B9A376;
}
.TagClassName
{
border-color: #B9A376;
}
</style>