Shades of Pavlova #B4A186
Tints of Pavlova #B4A186
RGB
CMYK
RGB Variations
Color information
#B4A186 (or 0xB4A186) is known color: Pavlova. HEX triplet: B4, A1 and 86. RGB value is (180,161,134). Sum of RGB (Red+Green+Blue) = 180+161+134=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A186 is #4B5E79. Grayscale: #A3A3A3. Windows color (decimal): -4939386 or 8823220. OLE color: 8823220.
HSL color Cylindrical-coordinate representation of color #B4A186: hue angle of 35.22º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4A186 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 161 | 134 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.29 |
| HSL | 35.22º | 0.23% | 0.62% | - |
| HSV(B) | 35.22º | 0.26% | 0.71% | - |
| XYZ | 35.87 | 36.91 | 27.79 | - |
| YUV | 163.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 134 | 0 | 0.11 | 0.26 | 0.29 | 35.22 | 0.23 | 0.62 |
| Hex | B4 | A1 | 86 | 0 | B | 1A | 1D | 23 | 17 | 3E |
| Octal | 264 | 241 | 206 | 0 | 13 | 32 | 35 | 43 | 27 | 76 |
| Binary | 10110100 | 10100001 | 10000110 | 0 | 1011 | 11010 | 11101 | 100011 | 10111 | 111110 |
Color Harmonies of #B4A186
Complementary color
Monochromatic Colors of #B4A186
Black with #B4A186
Text Example
Text Example
White with #B4A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A186; }
p { color: rgb(180,161,134); }
H1.HeaderClassName
{
color: #B4A186;
}
.AnyTagClassName
{
color: #B4A186;
}
</style>
background-color css
<style>
a { background-color: #B4A186; }
a { background-color: rgb(180,161,134); }
div.DivClassName
{
background-color: #B4A186;
}
.BgClassName
{
background-color: #B4A186;
}
</style>
border-color css
<style>
span { border-color: #B4A186; }
span { border-color: rgb(180,161,134); }
td.TdClassName
{
border-color: #B4A186;
}
.TagClassName
{
border-color: #B4A186;
}
</style>