Shades of Pavlova #B9AA7B
Tints of Pavlova #B9AA7B
RGB
CMYK
RGB Variations
Color information
#B9AA7B (or 0xB9AA7B) is known color: Pavlova. HEX triplet: B9, AA and 7B. RGB value is (185,170,123). Sum of RGB (Red+Green+Blue) = 185+170+123=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AA7B is #465584. Grayscale: #A9A9A9. Windows color (decimal): -4609413 or 8104633. OLE color: 8104633.
HSL color Cylindrical-coordinate representation of color #B9AA7B: hue angle of 45.48º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9AA7B is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 123 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.27 |
| HSL | 45.48º | 0.31% | 0.6% | - |
| HSV(B) | 45.48º | 0.34% | 0.73% | - |
| XYZ | 37.96 | 40.49 | 24.55 | - |
| YUV | 169.13 | 101.97 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 123 | 0 | 0.08 | 0.34 | 0.27 | 45.48 | 0.31 | 0.6 |
| Hex | B9 | AA | 7B | 0 | 8 | 22 | 1B | 2D | 1F | 3C |
| Octal | 271 | 252 | 173 | 0 | 10 | 42 | 33 | 55 | 37 | 74 |
| Binary | 10111001 | 10101010 | 1111011 | 0 | 1000 | 100010 | 11011 | 101101 | 11111 | 111100 |
Color Harmonies of #B9AA7B
Complementary color
Monochromatic Colors of #B9AA7B
Black with #B9AA7B
Text Example
Text Example
White with #B9AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA7B; }
p { color: rgb(185,170,123); }
H1.HeaderClassName
{
color: #B9AA7B;
}
.AnyTagClassName
{
color: #B9AA7B;
}
</style>
background-color css
<style>
a { background-color: #B9AA7B; }
a { background-color: rgb(185,170,123); }
div.DivClassName
{
background-color: #B9AA7B;
}
.BgClassName
{
background-color: #B9AA7B;
}
</style>
border-color css
<style>
span { border-color: #B9AA7B; }
span { border-color: rgb(185,170,123); }
td.TdClassName
{
border-color: #B9AA7B;
}
.TagClassName
{
border-color: #B9AA7B;
}
</style>