Shades of Pavlova #B9A675
Tints of Pavlova #B9A675
RGB
CMYK
RGB Variations
Color information
#B9A675 (or 0xB9A675) is known color: Pavlova. HEX triplet: B9, A6 and 75. RGB value is (185,166,117). Sum of RGB (Red+Green+Blue) = 185+166+117=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A675 is #46598A. Grayscale: #A6A6A6. Windows color (decimal): -4610443 or 7710393. OLE color: 7710393.
HSL color Cylindrical-coordinate representation of color #B9A675: hue angle of 43.24º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A675 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 117 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.27 |
| HSL | 43.24º | 0.33% | 0.59% | - |
| HSV(B) | 43.24º | 0.37% | 0.73% | - |
| XYZ | 36.85 | 38.87 | 22.39 | - |
| YUV | 166.1 | 100.29 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 117 | 0 | 0.10 | 0.37 | 0.27 | 43.24 | 0.33 | 0.59 |
| Hex | B9 | A6 | 75 | 0 | A | 25 | 1B | 2B | 21 | 3B |
| Octal | 271 | 246 | 165 | 0 | 12 | 45 | 33 | 53 | 41 | 73 |
| Binary | 10111001 | 10100110 | 1110101 | 0 | 1010 | 100101 | 11011 | 101011 | 100001 | 111011 |
Color Harmonies of #B9A675
Complementary color
Monochromatic Colors of #B9A675
Black with #B9A675
Text Example
Text Example
White with #B9A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A675; }
p { color: rgb(185,166,117); }
H1.HeaderClassName
{
color: #B9A675;
}
.AnyTagClassName
{
color: #B9A675;
}
</style>
background-color css
<style>
a { background-color: #B9A675; }
a { background-color: rgb(185,166,117); }
div.DivClassName
{
background-color: #B9A675;
}
.BgClassName
{
background-color: #B9A675;
}
</style>
border-color css
<style>
span { border-color: #B9A675; }
span { border-color: rgb(185,166,117); }
td.TdClassName
{
border-color: #B9A675;
}
.TagClassName
{
border-color: #B9A675;
}
</style>