Shades of Pavlova #B9A37E
Tints of Pavlova #B9A37E
RGB
CMYK
RGB Variations
Color information
#B9A37E (or 0xB9A37E) is known color: Pavlova. HEX triplet: B9, A3 and 7E. RGB value is (185,163,126). Sum of RGB (Red+Green+Blue) = 185+163+126=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A37E is #465C81. Grayscale: #A5A5A5. Windows color (decimal): -4611202 or 8299449. OLE color: 8299449.
HSL color Cylindrical-coordinate representation of color #B9A37E: hue angle of 37.63º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9A37E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 126 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.27 |
| HSL | 37.63º | 0.3% | 0.61% | - |
| HSV(B) | 37.63º | 0.32% | 0.73% | - |
| XYZ | 36.87 | 38.02 | 25.13 | - |
| YUV | 165.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 126 | 0 | 0.12 | 0.32 | 0.27 | 37.63 | 0.3 | 0.61 |
| Hex | B9 | A3 | 7E | 0 | C | 20 | 1B | 26 | 1E | 3D |
| Octal | 271 | 243 | 176 | 0 | 14 | 40 | 33 | 46 | 36 | 75 |
| Binary | 10111001 | 10100011 | 1111110 | 0 | 1100 | 100000 | 11011 | 100110 | 11110 | 111101 |
Color Harmonies of #B9A37E
Complementary color
Monochromatic Colors of #B9A37E
Black with #B9A37E
Text Example
Text Example
White with #B9A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A37E; }
p { color: rgb(185,163,126); }
H1.HeaderClassName
{
color: #B9A37E;
}
.AnyTagClassName
{
color: #B9A37E;
}
</style>
background-color css
<style>
a { background-color: #B9A37E; }
a { background-color: rgb(185,163,126); }
div.DivClassName
{
background-color: #B9A37E;
}
.BgClassName
{
background-color: #B9A37E;
}
</style>
border-color css
<style>
span { border-color: #B9A37E; }
span { border-color: rgb(185,163,126); }
td.TdClassName
{
border-color: #B9A37E;
}
.TagClassName
{
border-color: #B9A37E;
}
</style>