Shades of Pavlova #B9A384
Tints of Pavlova #B9A384
RGB
CMYK
RGB Variations
Color information
#B9A384 (or 0xB9A384) is known color: Pavlova. HEX triplet: B9, A3 and 84. RGB value is (185,163,132). Sum of RGB (Red+Green+Blue) = 185+163+132=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 163 (64.06% from 255 or 33.96% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A384 is #465C7B. Grayscale: #A6A6A6. Windows color (decimal): -4611196 or 8692665. OLE color: 8692665.
HSL color Cylindrical-coordinate representation of color #B9A384: hue angle of 35.09º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9A384 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 132 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.27 |
| HSL | 35.09º | 0.27% | 0.62% | - |
| HSV(B) | 35.09º | 0.29% | 0.73% | - |
| XYZ | 37.27 | 38.17 | 27.23 | - |
| YUV | 166.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 132 | 0 | 0.12 | 0.29 | 0.27 | 35.09 | 0.27 | 0.62 |
| Hex | B9 | A3 | 84 | 0 | C | 1D | 1B | 23 | 1B | 3E |
| Octal | 271 | 243 | 204 | 0 | 14 | 35 | 33 | 43 | 33 | 76 |
| Binary | 10111001 | 10100011 | 10000100 | 0 | 1100 | 11101 | 11011 | 100011 | 11011 | 111110 |
Color Harmonies of #B9A384
Complementary color
Monochromatic Colors of #B9A384
Black with #B9A384
Text Example
Text Example
White with #B9A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A384; }
p { color: rgb(185,163,132); }
H1.HeaderClassName
{
color: #B9A384;
}
.AnyTagClassName
{
color: #B9A384;
}
</style>
background-color css
<style>
a { background-color: #B9A384; }
a { background-color: rgb(185,163,132); }
div.DivClassName
{
background-color: #B9A384;
}
.BgClassName
{
background-color: #B9A384;
}
</style>
border-color css
<style>
span { border-color: #B9A384; }
span { border-color: rgb(185,163,132); }
td.TdClassName
{
border-color: #B9A384;
}
.TagClassName
{
border-color: #B9A384;
}
</style>