Shades of Pavlova #B9A37B
Tints of Pavlova #B9A37B
RGB
CMYK
RGB Variations
Color information
#B9A37B (or 0xB9A37B) is known color: Pavlova. HEX triplet: B9, A3 and 7B. RGB value is (185,163,123). Sum of RGB (Red+Green+Blue) = 185+163+123=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A37B is #465C84. Grayscale: #A5A5A5. Windows color (decimal): -4611205 or 8102841. OLE color: 8102841.
HSL color Cylindrical-coordinate representation of color #B9A37B: hue angle of 38.71º 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 #B9A37B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 123 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.27 |
| HSL | 38.71º | 0.31% | 0.6% | - |
| HSV(B) | 38.71º | 0.34% | 0.73% | - |
| XYZ | 36.68 | 37.94 | 24.13 | - |
| YUV | 165.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 123 | 0 | 0.12 | 0.34 | 0.27 | 38.71 | 0.31 | 0.6 |
| Hex | B9 | A3 | 7B | 0 | C | 22 | 1B | 27 | 1F | 3C |
| Octal | 271 | 243 | 173 | 0 | 14 | 42 | 33 | 47 | 37 | 74 |
| Binary | 10111001 | 10100011 | 1111011 | 0 | 1100 | 100010 | 11011 | 100111 | 11111 | 111100 |
Color Harmonies of #B9A37B
Complementary color
Monochromatic Colors of #B9A37B
Black with #B9A37B
Text Example
Text Example
White with #B9A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A37B; }
p { color: rgb(185,163,123); }
H1.HeaderClassName
{
color: #B9A37B;
}
.AnyTagClassName
{
color: #B9A37B;
}
</style>
background-color css
<style>
a { background-color: #B9A37B; }
a { background-color: rgb(185,163,123); }
div.DivClassName
{
background-color: #B9A37B;
}
.BgClassName
{
background-color: #B9A37B;
}
</style>
border-color css
<style>
span { border-color: #B9A37B; }
span { border-color: rgb(185,163,123); }
td.TdClassName
{
border-color: #B9A37B;
}
.TagClassName
{
border-color: #B9A37B;
}
</style>