Shades of Pavlova #B9A683
Tints of Pavlova #B9A683
RGB
CMYK
RGB Variations
Color information
#B9A683 (or 0xB9A683) is known color: Pavlova. HEX triplet: B9, A6 and 83. RGB value is (185,166,131). Sum of RGB (Red+Green+Blue) = 185+166+131=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A683 is #46597C. Grayscale: #A7A7A7. Windows color (decimal): -4610429 or 8627897. OLE color: 8627897.
HSL color Cylindrical-coordinate representation of color #B9A683: hue angle of 38.89º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A683 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 131 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.27 |
| HSL | 38.89º | 0.28% | 0.62% | - |
| HSV(B) | 38.89º | 0.29% | 0.73% | - |
| XYZ | 37.74 | 39.23 | 27.05 | - |
| YUV | 167.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 131 | 0 | 0.10 | 0.29 | 0.27 | 38.89 | 0.28 | 0.62 |
| Hex | B9 | A6 | 83 | 0 | A | 1D | 1B | 27 | 1C | 3E |
| Octal | 271 | 246 | 203 | 0 | 12 | 35 | 33 | 47 | 34 | 76 |
| Binary | 10111001 | 10100110 | 10000011 | 0 | 1010 | 11101 | 11011 | 100111 | 11100 | 111110 |
Color Harmonies of #B9A683
Complementary color
Monochromatic Colors of #B9A683
Black with #B9A683
Text Example
Text Example
White with #B9A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A683; }
p { color: rgb(185,166,131); }
H1.HeaderClassName
{
color: #B9A683;
}
.AnyTagClassName
{
color: #B9A683;
}
</style>
background-color css
<style>
a { background-color: #B9A683; }
a { background-color: rgb(185,166,131); }
div.DivClassName
{
background-color: #B9A683;
}
.BgClassName
{
background-color: #B9A683;
}
</style>
border-color css
<style>
span { border-color: #B9A683; }
span { border-color: rgb(185,166,131); }
td.TdClassName
{
border-color: #B9A683;
}
.TagClassName
{
border-color: #B9A683;
}
</style>