Shades of Pavlova #B9AB7D
Tints of Pavlova #B9AB7D
RGB
CMYK
RGB Variations
Color information
#B9AB7D (or 0xB9AB7D) is known color: Pavlova. HEX triplet: B9, AB and 7D. RGB value is (185,171,125). Sum of RGB (Red+Green+Blue) = 185+171+125=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB7D is #465482. Grayscale: #AAAAAA. Windows color (decimal): -4609155 or 8235961. OLE color: 8235961.
HSL color Cylindrical-coordinate representation of color #B9AB7D: hue angle of 46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9AB7D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 125 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.27 |
| HSL | 46º | 0.3% | 0.61% | - |
| HSV(B) | 46º | 0.32% | 0.73% | - |
| XYZ | 38.27 | 40.92 | 25.28 | - |
| YUV | 169.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 125 | 0 | 0.08 | 0.32 | 0.27 | 46 | 0.3 | 0.61 |
| Hex | B9 | AB | 7D | 0 | 8 | 20 | 1B | 2E | 1E | 3D |
| Octal | 271 | 253 | 175 | 0 | 10 | 40 | 33 | 56 | 36 | 75 |
| Binary | 10111001 | 10101011 | 1111101 | 0 | 1000 | 100000 | 11011 | 101110 | 11110 | 111101 |
Color Harmonies of #B9AB7D
Complementary color
Monochromatic Colors of #B9AB7D
Black with #B9AB7D
Text Example
Text Example
White with #B9AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB7D; }
p { color: rgb(185,171,125); }
H1.HeaderClassName
{
color: #B9AB7D;
}
.AnyTagClassName
{
color: #B9AB7D;
}
</style>
background-color css
<style>
a { background-color: #B9AB7D; }
a { background-color: rgb(185,171,125); }
div.DivClassName
{
background-color: #B9AB7D;
}
.BgClassName
{
background-color: #B9AB7D;
}
</style>
border-color css
<style>
span { border-color: #B9AB7D; }
span { border-color: rgb(185,171,125); }
td.TdClassName
{
border-color: #B9AB7D;
}
.TagClassName
{
border-color: #B9AB7D;
}
</style>