Shades of Pavlova #B9A285
Tints of Pavlova #B9A285
RGB
CMYK
RGB Variations
Color information
#B9A285 (or 0xB9A285) is known color: Pavlova. HEX triplet: B9, A2 and 85. RGB value is (185,162,133). Sum of RGB (Red+Green+Blue) = 185+162+133=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A285 is #465D7A. Grayscale: #A5A5A5. Windows color (decimal): -4611451 or 8757945. OLE color: 8757945.
HSL color Cylindrical-coordinate representation of color #B9A285: hue angle of 33.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9A285 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 162 | 133 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.27 |
| HSL | 33.46º | 0.27% | 0.62% | - |
| HSV(B) | 33.46º | 0.28% | 0.73% | - |
| XYZ | 37.16 | 37.85 | 27.54 | - |
| YUV | 165.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 133 | 0 | 0.12 | 0.28 | 0.27 | 33.46 | 0.27 | 0.62 |
| Hex | B9 | A2 | 85 | 0 | C | 1C | 1B | 21 | 1B | 3E |
| Octal | 271 | 242 | 205 | 0 | 14 | 34 | 33 | 41 | 33 | 76 |
| Binary | 10111001 | 10100010 | 10000101 | 0 | 1100 | 11100 | 11011 | 100001 | 11011 | 111110 |
Color Harmonies of #B9A285
Complementary color
Monochromatic Colors of #B9A285
Black with #B9A285
Text Example
Text Example
White with #B9A285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A285; }
p { color: rgb(185,162,133); }
H1.HeaderClassName
{
color: #B9A285;
}
.AnyTagClassName
{
color: #B9A285;
}
</style>
background-color css
<style>
a { background-color: #B9A285; }
a { background-color: rgb(185,162,133); }
div.DivClassName
{
background-color: #B9A285;
}
.BgClassName
{
background-color: #B9A285;
}
</style>
border-color css
<style>
span { border-color: #B9A285; }
span { border-color: rgb(185,162,133); }
td.TdClassName
{
border-color: #B9A285;
}
.TagClassName
{
border-color: #B9A285;
}
</style>