Shades of Pavlova #B4A386
Tints of Pavlova #B4A386
RGB
CMYK
RGB Variations
Color information
#B4A386 (or 0xB4A386) is known color: Pavlova. HEX triplet: B4, A3 and 86. RGB value is (180,163,134). Sum of RGB (Red+Green+Blue) = 180+163+134=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A386 is #4B5C79. Grayscale: #A4A4A4. Windows color (decimal): -4938874 or 8823732. OLE color: 8823732.
HSL color Cylindrical-coordinate representation of color #B4A386: hue angle of 37.83º 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 #B4A386 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 163 | 134 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.29 |
| HSL | 37.83º | 0.23% | 0.62% | - |
| HSV(B) | 37.83º | 0.26% | 0.71% | - |
| XYZ | 36.22 | 37.62 | 27.91 | - |
| YUV | 164.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 163 | 134 | 0 | 0.09 | 0.26 | 0.29 | 37.83 | 0.23 | 0.62 |
| Hex | B4 | A3 | 86 | 0 | 9 | 1A | 1D | 26 | 17 | 3E |
| Octal | 264 | 243 | 206 | 0 | 11 | 32 | 35 | 46 | 27 | 76 |
| Binary | 10110100 | 10100011 | 10000110 | 0 | 1001 | 11010 | 11101 | 100110 | 10111 | 111110 |
Color Harmonies of #B4A386
Complementary color
Monochromatic Colors of #B4A386
Black with #B4A386
Text Example
Text Example
White with #B4A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A386; }
p { color: rgb(180,163,134); }
H1.HeaderClassName
{
color: #B4A386;
}
.AnyTagClassName
{
color: #B4A386;
}
</style>
background-color css
<style>
a { background-color: #B4A386; }
a { background-color: rgb(180,163,134); }
div.DivClassName
{
background-color: #B4A386;
}
.BgClassName
{
background-color: #B4A386;
}
</style>
border-color css
<style>
span { border-color: #B4A386; }
span { border-color: rgb(180,163,134); }
td.TdClassName
{
border-color: #B4A386;
}
.TagClassName
{
border-color: #B4A386;
}
</style>