Shades of Pavlova #B9A47A
Tints of Pavlova #B9A47A
RGB
CMYK
RGB Variations
Color information
#B9A47A (or 0xB9A47A) is known color: Pavlova. HEX triplet: B9, A4 and 7A. RGB value is (185,164,122). Sum of RGB (Red+Green+Blue) = 185+164+122=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A47A is #465B85. Grayscale: #A5A5A5. Windows color (decimal): -4610950 or 8037561. OLE color: 8037561.
HSL color Cylindrical-coordinate representation of color #B9A47A: hue angle of 40º 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 #B9A47A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 122 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.27 |
| HSL | 40º | 0.31% | 0.6% | - |
| HSV(B) | 40º | 0.34% | 0.73% | - |
| XYZ | 36.8 | 38.27 | 23.86 | - |
| YUV | 165.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 122 | 0 | 0.11 | 0.34 | 0.27 | 40 | 0.31 | 0.6 |
| Hex | B9 | A4 | 7A | 0 | B | 22 | 1B | 28 | 1F | 3C |
| Octal | 271 | 244 | 172 | 0 | 13 | 42 | 33 | 50 | 37 | 74 |
| Binary | 10111001 | 10100100 | 1111010 | 0 | 1011 | 100010 | 11011 | 101000 | 11111 | 111100 |
Color Harmonies of #B9A47A
Complementary color
Monochromatic Colors of #B9A47A
Black with #B9A47A
Text Example
Text Example
White with #B9A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A47A; }
p { color: rgb(185,164,122); }
H1.HeaderClassName
{
color: #B9A47A;
}
.AnyTagClassName
{
color: #B9A47A;
}
</style>
background-color css
<style>
a { background-color: #B9A47A; }
a { background-color: rgb(185,164,122); }
div.DivClassName
{
background-color: #B9A47A;
}
.BgClassName
{
background-color: #B9A47A;
}
</style>
border-color css
<style>
span { border-color: #B9A47A; }
span { border-color: rgb(185,164,122); }
td.TdClassName
{
border-color: #B9A47A;
}
.TagClassName
{
border-color: #B9A47A;
}
</style>