Shades of Pavlova #B9A27A
Tints of Pavlova #B9A27A
RGB
CMYK
RGB Variations
Color information
#B9A27A (or 0xB9A27A) is known color: Pavlova. HEX triplet: B9, A2 and 7A. RGB value is (185,162,122). Sum of RGB (Red+Green+Blue) = 185+162+122=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A27A is #465D85. Grayscale: #A4A4A4. Windows color (decimal): -4611462 or 8037049. OLE color: 8037049.
HSL color Cylindrical-coordinate representation of color #B9A27A: hue angle of 38.1º 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 #B9A27A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 122 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.27 |
| HSL | 38.1º | 0.31% | 0.6% | - |
| HSV(B) | 38.1º | 0.34% | 0.73% | - |
| XYZ | 36.44 | 37.56 | 23.74 | - |
| YUV | 164.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 122 | 0 | 0.12 | 0.34 | 0.27 | 38.1 | 0.31 | 0.6 |
| Hex | B9 | A2 | 7A | 0 | C | 22 | 1B | 26 | 1F | 3C |
| Octal | 271 | 242 | 172 | 0 | 14 | 42 | 33 | 46 | 37 | 74 |
| Binary | 10111001 | 10100010 | 1111010 | 0 | 1100 | 100010 | 11011 | 100110 | 11111 | 111100 |
Color Harmonies of #B9A27A
Complementary color
Monochromatic Colors of #B9A27A
Black with #B9A27A
Text Example
Text Example
White with #B9A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A27A; }
p { color: rgb(185,162,122); }
H1.HeaderClassName
{
color: #B9A27A;
}
.AnyTagClassName
{
color: #B9A27A;
}
</style>
background-color css
<style>
a { background-color: #B9A27A; }
a { background-color: rgb(185,162,122); }
div.DivClassName
{
background-color: #B9A27A;
}
.BgClassName
{
background-color: #B9A27A;
}
</style>
border-color css
<style>
span { border-color: #B9A27A; }
span { border-color: rgb(185,162,122); }
td.TdClassName
{
border-color: #B9A27A;
}
.TagClassName
{
border-color: #B9A27A;
}
</style>