Shades of Pavlova #B9A57E
Tints of Pavlova #B9A57E
RGB
CMYK
RGB Variations
Color information
#B9A57E (or 0xB9A57E) is known color: Pavlova. HEX triplet: B9, A5 and 7E. RGB value is (185,165,126). Sum of RGB (Red+Green+Blue) = 185+165+126=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A57E is #465A81. Grayscale: #A6A6A6. Windows color (decimal): -4610690 or 8299961. OLE color: 8299961.
HSL color Cylindrical-coordinate representation of color #B9A57E: hue angle of 39.66º 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 #B9A57E is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 126 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.27 |
| HSL | 39.66º | 0.3% | 0.61% | - |
| HSV(B) | 39.66º | 0.32% | 0.73% | - |
| XYZ | 37.23 | 38.73 | 25.25 | - |
| YUV | 166.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 126 | 0 | 0.11 | 0.32 | 0.27 | 39.66 | 0.3 | 0.61 |
| Hex | B9 | A5 | 7E | 0 | B | 20 | 1B | 28 | 1E | 3D |
| Octal | 271 | 245 | 176 | 0 | 13 | 40 | 33 | 50 | 36 | 75 |
| Binary | 10111001 | 10100101 | 1111110 | 0 | 1011 | 100000 | 11011 | 101000 | 11110 | 111101 |
Color Harmonies of #B9A57E
Complementary color
Monochromatic Colors of #B9A57E
Black with #B9A57E
Text Example
Text Example
White with #B9A57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A57E; }
p { color: rgb(185,165,126); }
H1.HeaderClassName
{
color: #B9A57E;
}
.AnyTagClassName
{
color: #B9A57E;
}
</style>
background-color css
<style>
a { background-color: #B9A57E; }
a { background-color: rgb(185,165,126); }
div.DivClassName
{
background-color: #B9A57E;
}
.BgClassName
{
background-color: #B9A57E;
}
</style>
border-color css
<style>
span { border-color: #B9A57E; }
span { border-color: rgb(185,165,126); }
td.TdClassName
{
border-color: #B9A57E;
}
.TagClassName
{
border-color: #B9A57E;
}
</style>