Shades of Pavlova #B9A676
Tints of Pavlova #B9A676
RGB
CMYK
RGB Variations
Color information
#B9A676 (or 0xB9A676) is known color: Pavlova. HEX triplet: B9, A6 and 76. RGB value is (185,166,118). Sum of RGB (Red+Green+Blue) = 185+166+118=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A676 is #465989. Grayscale: #A6A6A6. Windows color (decimal): -4610442 or 7775929. OLE color: 7775929.
HSL color Cylindrical-coordinate representation of color #B9A676: hue angle of 42.99º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9A676 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 118 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.27 |
| HSL | 42.99º | 0.32% | 0.59% | - |
| HSV(B) | 42.99º | 0.36% | 0.73% | - |
| XYZ | 36.91 | 38.89 | 22.7 | - |
| YUV | 166.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 118 | 0 | 0.10 | 0.36 | 0.27 | 42.99 | 0.32 | 0.59 |
| Hex | B9 | A6 | 76 | 0 | A | 24 | 1B | 2B | 20 | 3B |
| Octal | 271 | 246 | 166 | 0 | 12 | 44 | 33 | 53 | 40 | 73 |
| Binary | 10111001 | 10100110 | 1110110 | 0 | 1010 | 100100 | 11011 | 101011 | 100000 | 111011 |
Color Harmonies of #B9A676
Complementary color
Monochromatic Colors of #B9A676
Black with #B9A676
Text Example
Text Example
White with #B9A676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A676; }
p { color: rgb(185,166,118); }
H1.HeaderClassName
{
color: #B9A676;
}
.AnyTagClassName
{
color: #B9A676;
}
</style>
background-color css
<style>
a { background-color: #B9A676; }
a { background-color: rgb(185,166,118); }
div.DivClassName
{
background-color: #B9A676;
}
.BgClassName
{
background-color: #B9A676;
}
</style>
border-color css
<style>
span { border-color: #B9A676; }
span { border-color: rgb(185,166,118); }
td.TdClassName
{
border-color: #B9A676;
}
.TagClassName
{
border-color: #B9A676;
}
</style>