Shades of Pavlova #B9A17B
Tints of Pavlova #B9A17B
RGB
CMYK
RGB Variations
Color information
#B9A17B (or 0xB9A17B) is known color: Pavlova. HEX triplet: B9, A1 and 7B. RGB value is (185,161,123). Sum of RGB (Red+Green+Blue) = 185+161+123=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A17B is #465E84. Grayscale: #A4A4A4. Windows color (decimal): -4611717 or 8102329. OLE color: 8102329.
HSL color Cylindrical-coordinate representation of color #B9A17B: hue angle of 36.77º 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 #B9A17B is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 123 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.27 |
| HSL | 36.77º | 0.31% | 0.6% | - |
| HSV(B) | 36.77º | 0.34% | 0.73% | - |
| XYZ | 36.33 | 37.23 | 24.01 | - |
| YUV | 163.84 | 104.95 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 123 | 0 | 0.13 | 0.34 | 0.27 | 36.77 | 0.31 | 0.6 |
| Hex | B9 | A1 | 7B | 0 | D | 22 | 1B | 25 | 1F | 3C |
| Octal | 271 | 241 | 173 | 0 | 15 | 42 | 33 | 45 | 37 | 74 |
| Binary | 10111001 | 10100001 | 1111011 | 0 | 1101 | 100010 | 11011 | 100101 | 11111 | 111100 |
Color Harmonies of #B9A17B
Complementary color
Monochromatic Colors of #B9A17B
Black with #B9A17B
Text Example
Text Example
White with #B9A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A17B; }
p { color: rgb(185,161,123); }
H1.HeaderClassName
{
color: #B9A17B;
}
.AnyTagClassName
{
color: #B9A17B;
}
</style>
background-color css
<style>
a { background-color: #B9A17B; }
a { background-color: rgb(185,161,123); }
div.DivClassName
{
background-color: #B9A17B;
}
.BgClassName
{
background-color: #B9A17B;
}
</style>
border-color css
<style>
span { border-color: #B9A17B; }
span { border-color: rgb(185,161,123); }
td.TdClassName
{
border-color: #B9A17B;
}
.TagClassName
{
border-color: #B9A17B;
}
</style>