Shades of Pavlova #B9A37C
Tints of Pavlova #B9A37C
RGB
CMYK
RGB Variations
Color information
#B9A37C (or 0xB9A37C) is known color: Pavlova. HEX triplet: B9, A3 and 7C. RGB value is (185,163,124). Sum of RGB (Red+Green+Blue) = 185+163+124=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A37C is #465C83. Grayscale: #A5A5A5. Windows color (decimal): -4611204 or 8168377. OLE color: 8168377.
HSL color Cylindrical-coordinate representation of color #B9A37C: hue angle of 38.36º 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 #B9A37C is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 124 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.27 |
| HSL | 38.36º | 0.3% | 0.61% | - |
| HSV(B) | 38.36º | 0.33% | 0.73% | - |
| XYZ | 36.74 | 37.96 | 24.46 | - |
| YUV | 165.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 124 | 0 | 0.12 | 0.33 | 0.27 | 38.36 | 0.3 | 0.61 |
| Hex | B9 | A3 | 7C | 0 | C | 21 | 1B | 26 | 1E | 3D |
| Octal | 271 | 243 | 174 | 0 | 14 | 41 | 33 | 46 | 36 | 75 |
| Binary | 10111001 | 10100011 | 1111100 | 0 | 1100 | 100001 | 11011 | 100110 | 11110 | 111101 |
Color Harmonies of #B9A37C
Complementary color
Monochromatic Colors of #B9A37C
Black with #B9A37C
Text Example
Text Example
White with #B9A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A37C; }
p { color: rgb(185,163,124); }
H1.HeaderClassName
{
color: #B9A37C;
}
.AnyTagClassName
{
color: #B9A37C;
}
</style>
background-color css
<style>
a { background-color: #B9A37C; }
a { background-color: rgb(185,163,124); }
div.DivClassName
{
background-color: #B9A37C;
}
.BgClassName
{
background-color: #B9A37C;
}
</style>
border-color css
<style>
span { border-color: #B9A37C; }
span { border-color: rgb(185,163,124); }
td.TdClassName
{
border-color: #B9A37C;
}
.TagClassName
{
border-color: #B9A37C;
}
</style>