Shades of Pavlova #B0A184
Tints of Pavlova #B0A184
RGB
CMYK
RGB Variations
Color information
#B0A184 (or 0xB0A184) is known color: Pavlova. HEX triplet: B0, A1 and 84. RGB value is (176,161,132). Sum of RGB (Red+Green+Blue) = 176+161+132=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A184 is #4F5E7B. Grayscale: #A2A2A2. Windows color (decimal): -5201532 or 8692144. OLE color: 8692144.
HSL color Cylindrical-coordinate representation of color #B0A184: hue angle of 39.55º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A184 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 161 | 132 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.31 |
| HSL | 39.55º | 0.22% | 0.6% | - |
| HSV(B) | 39.55º | 0.25% | 0.69% | - |
| XYZ | 34.81 | 36.39 | 27.02 | - |
| YUV | 162.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 132 | 0 | 0.09 | 0.25 | 0.31 | 39.55 | 0.22 | 0.6 |
| Hex | B0 | A1 | 84 | 0 | 9 | 19 | 1F | 28 | 16 | 3C |
| Octal | 260 | 241 | 204 | 0 | 11 | 31 | 37 | 50 | 26 | 74 |
| Binary | 10110000 | 10100001 | 10000100 | 0 | 1001 | 11001 | 11111 | 101000 | 10110 | 111100 |
Color Harmonies of #B0A184
Complementary color
Monochromatic Colors of #B0A184
Black with #B0A184
Text Example
Text Example
White with #B0A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A184; }
p { color: rgb(176,161,132); }
H1.HeaderClassName
{
color: #B0A184;
}
.AnyTagClassName
{
color: #B0A184;
}
</style>
background-color css
<style>
a { background-color: #B0A184; }
a { background-color: rgb(176,161,132); }
div.DivClassName
{
background-color: #B0A184;
}
.BgClassName
{
background-color: #B0A184;
}
</style>
border-color css
<style>
span { border-color: #B0A184; }
span { border-color: rgb(176,161,132); }
td.TdClassName
{
border-color: #B0A184;
}
.TagClassName
{
border-color: #B0A184;
}
</style>