Shades of Pavlova #B9A57F
Tints of Pavlova #B9A57F
RGB
CMYK
RGB Variations
Color information
#B9A57F (or 0xB9A57F) is known color: Pavlova. HEX triplet: B9, A5 and 7F. RGB value is (185,165,127). Sum of RGB (Red+Green+Blue) = 185+165+127=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57F is #465A80. Grayscale: #A6A6A6. Windows color (decimal): -4610689 or 8365497. OLE color: 8365497.
HSL color Cylindrical-coordinate representation of color #B9A57F: hue angle of 39.31º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A57F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 127 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.27 |
| HSL | 39.31º | 0.29% | 0.61% | - |
| HSV(B) | 39.31º | 0.31% | 0.73% | - |
| XYZ | 37.29 | 38.76 | 25.59 | - |
| YUV | 166.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 127 | 0 | 0.11 | 0.31 | 0.27 | 39.31 | 0.29 | 0.61 |
| Hex | B9 | A5 | 7F | 0 | B | 1F | 1B | 27 | 1D | 3D |
| Octal | 271 | 245 | 177 | 0 | 13 | 37 | 33 | 47 | 35 | 75 |
| Binary | 10111001 | 10100101 | 1111111 | 0 | 1011 | 11111 | 11011 | 100111 | 11101 | 111101 |
Color Harmonies of #B9A57F
Complementary color
Monochromatic Colors of #B9A57F
Black with #B9A57F
Text Example
Text Example
White with #B9A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A57F; }
p { color: rgb(185,165,127); }
H1.HeaderClassName
{
color: #B9A57F;
}
.AnyTagClassName
{
color: #B9A57F;
}
</style>
background-color css
<style>
a { background-color: #B9A57F; }
a { background-color: rgb(185,165,127); }
div.DivClassName
{
background-color: #B9A57F;
}
.BgClassName
{
background-color: #B9A57F;
}
</style>
border-color css
<style>
span { border-color: #B9A57F; }
span { border-color: rgb(185,165,127); }
td.TdClassName
{
border-color: #B9A57F;
}
.TagClassName
{
border-color: #B9A57F;
}
</style>