Shades of Pavlova #B9A97C
Tints of Pavlova #B9A97C
RGB
CMYK
RGB Variations
Color information
#B9A97C (or 0xB9A97C) is known color: Pavlova. HEX triplet: B9, A9 and 7C. RGB value is (185,169,124). Sum of RGB (Red+Green+Blue) = 185+169+124=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 169 (66.41% from 255 or 35.36% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A97C is #465683. Grayscale: #A8A8A8. Windows color (decimal): -4609668 or 8169913. OLE color: 8169913.
HSL color Cylindrical-coordinate representation of color #B9A97C: hue angle of 44.26º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9A97C is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 124 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.27 |
| HSL | 44.26º | 0.3% | 0.61% | - |
| HSV(B) | 44.26º | 0.33% | 0.73% | - |
| XYZ | 37.83 | 40.15 | 24.82 | - |
| YUV | 168.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 124 | 0 | 0.09 | 0.33 | 0.27 | 44.26 | 0.3 | 0.61 |
| Hex | B9 | A9 | 7C | 0 | 9 | 21 | 1B | 2C | 1E | 3D |
| Octal | 271 | 251 | 174 | 0 | 11 | 41 | 33 | 54 | 36 | 75 |
| Binary | 10111001 | 10101001 | 1111100 | 0 | 1001 | 100001 | 11011 | 101100 | 11110 | 111101 |
Color Harmonies of #B9A97C
Complementary color
Monochromatic Colors of #B9A97C
Black with #B9A97C
Text Example
Text Example
White with #B9A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A97C; }
p { color: rgb(185,169,124); }
H1.HeaderClassName
{
color: #B9A97C;
}
.AnyTagClassName
{
color: #B9A97C;
}
</style>
background-color css
<style>
a { background-color: #B9A97C; }
a { background-color: rgb(185,169,124); }
div.DivClassName
{
background-color: #B9A97C;
}
.BgClassName
{
background-color: #B9A97C;
}
</style>
border-color css
<style>
span { border-color: #B9A97C; }
span { border-color: rgb(185,169,124); }
td.TdClassName
{
border-color: #B9A97C;
}
.TagClassName
{
border-color: #B9A97C;
}
</style>