Shades of Pavlova #B9A37F
Tints of Pavlova #B9A37F
RGB
CMYK
RGB Variations
Color information
#B9A37F (or 0xB9A37F) is known color: Pavlova. HEX triplet: B9, A3 and 7F. RGB value is (185,163,127). Sum of RGB (Red+Green+Blue) = 185+163+127=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A37F is #465C80. Grayscale: #A5A5A5. Windows color (decimal): -4611201 or 8364985. OLE color: 8364985.
HSL color Cylindrical-coordinate representation of color #B9A37F: hue angle of 37.24º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A37F is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 127 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.27 |
| HSL | 37.24º | 0.29% | 0.61% | - |
| HSV(B) | 37.24º | 0.31% | 0.73% | - |
| XYZ | 36.94 | 38.04 | 25.47 | - |
| YUV | 165.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 127 | 0 | 0.12 | 0.31 | 0.27 | 37.24 | 0.29 | 0.61 |
| Hex | B9 | A3 | 7F | 0 | C | 1F | 1B | 25 | 1D | 3D |
| Octal | 271 | 243 | 177 | 0 | 14 | 37 | 33 | 45 | 35 | 75 |
| Binary | 10111001 | 10100011 | 1111111 | 0 | 1100 | 11111 | 11011 | 100101 | 11101 | 111101 |
Color Harmonies of #B9A37F
Complementary color
Monochromatic Colors of #B9A37F
Black with #B9A37F
Text Example
Text Example
White with #B9A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A37F; }
p { color: rgb(185,163,127); }
H1.HeaderClassName
{
color: #B9A37F;
}
.AnyTagClassName
{
color: #B9A37F;
}
</style>
background-color css
<style>
a { background-color: #B9A37F; }
a { background-color: rgb(185,163,127); }
div.DivClassName
{
background-color: #B9A37F;
}
.BgClassName
{
background-color: #B9A37F;
}
</style>
border-color css
<style>
span { border-color: #B9A37F; }
span { border-color: rgb(185,163,127); }
td.TdClassName
{
border-color: #B9A37F;
}
.TagClassName
{
border-color: #B9A37F;
}
</style>