Shades of Pavlova #B9A57A
Tints of Pavlova #B9A57A
RGB
CMYK
RGB Variations
Color information
#B9A57A (or 0xB9A57A) is known color: Pavlova. HEX triplet: B9, A5 and 7A. RGB value is (185,165,122). Sum of RGB (Red+Green+Blue) = 185+165+122=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57A is #465A85. Grayscale: #A6A6A6. Windows color (decimal): -4610694 or 8037817. OLE color: 8037817.
HSL color Cylindrical-coordinate representation of color #B9A57A: hue angle of 40.95º 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 #B9A57A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 122 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.27 |
| HSL | 40.95º | 0.31% | 0.6% | - |
| HSV(B) | 40.95º | 0.34% | 0.73% | - |
| XYZ | 36.98 | 38.63 | 23.92 | - |
| YUV | 166.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 122 | 0 | 0.11 | 0.34 | 0.27 | 40.95 | 0.31 | 0.6 |
| Hex | B9 | A5 | 7A | 0 | B | 22 | 1B | 29 | 1F | 3C |
| Octal | 271 | 245 | 172 | 0 | 13 | 42 | 33 | 51 | 37 | 74 |
| Binary | 10111001 | 10100101 | 1111010 | 0 | 1011 | 100010 | 11011 | 101001 | 11111 | 111100 |
Color Harmonies of #B9A57A
Complementary color
Monochromatic Colors of #B9A57A
Black with #B9A57A
Text Example
Text Example
White with #B9A57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A57A; }
p { color: rgb(185,165,122); }
H1.HeaderClassName
{
color: #B9A57A;
}
.AnyTagClassName
{
color: #B9A57A;
}
</style>
background-color css
<style>
a { background-color: #B9A57A; }
a { background-color: rgb(185,165,122); }
div.DivClassName
{
background-color: #B9A57A;
}
.BgClassName
{
background-color: #B9A57A;
}
</style>
border-color css
<style>
span { border-color: #B9A57A; }
span { border-color: rgb(185,165,122); }
td.TdClassName
{
border-color: #B9A57A;
}
.TagClassName
{
border-color: #B9A57A;
}
</style>