Shades of Pavlova #B9A278
Tints of Pavlova #B9A278
RGB
CMYK
RGB Variations
Color information
#B9A278 (or 0xB9A278) is known color: Pavlova. HEX triplet: B9, A2 and 78. RGB value is (185,162,120). Sum of RGB (Red+Green+Blue) = 185+162+120=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A278 is #465D87. Grayscale: #A4A4A4. Windows color (decimal): -4611464 or 7905977. OLE color: 7905977.
HSL color Cylindrical-coordinate representation of color #B9A278: hue angle of 38.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B9A278 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 120 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.27 |
| HSL | 38.77º | 0.32% | 0.6% | - |
| HSV(B) | 38.77º | 0.35% | 0.73% | - |
| XYZ | 36.32 | 37.51 | 23.1 | - |
| YUV | 164.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 120 | 0 | 0.12 | 0.35 | 0.27 | 38.77 | 0.32 | 0.6 |
| Hex | B9 | A2 | 78 | 0 | C | 23 | 1B | 27 | 20 | 3C |
| Octal | 271 | 242 | 170 | 0 | 14 | 43 | 33 | 47 | 40 | 74 |
| Binary | 10111001 | 10100010 | 1111000 | 0 | 1100 | 100011 | 11011 | 100111 | 100000 | 111100 |
Color Harmonies of #B9A278
Complementary color
Monochromatic Colors of #B9A278
Black with #B9A278
Text Example
Text Example
White with #B9A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A278; }
p { color: rgb(185,162,120); }
H1.HeaderClassName
{
color: #B9A278;
}
.AnyTagClassName
{
color: #B9A278;
}
</style>
background-color css
<style>
a { background-color: #B9A278; }
a { background-color: rgb(185,162,120); }
div.DivClassName
{
background-color: #B9A278;
}
.BgClassName
{
background-color: #B9A278;
}
</style>
border-color css
<style>
span { border-color: #B9A278; }
span { border-color: rgb(185,162,120); }
td.TdClassName
{
border-color: #B9A278;
}
.TagClassName
{
border-color: #B9A278;
}
</style>