Shades of Pavlova #B4A586
Tints of Pavlova #B4A586
RGB
CMYK
RGB Variations
Color information
#B4A586 (or 0xB4A586) is known color: Pavlova. HEX triplet: B4, A5 and 86. RGB value is (180,165,134). Sum of RGB (Red+Green+Blue) = 180+165+134=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A586 is #4B5A79. Grayscale: #A6A6A6. Windows color (decimal): -4938362 or 8824244. OLE color: 8824244.
HSL color Cylindrical-coordinate representation of color #B4A586: hue angle of 40.43º 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 #B4A586 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 134 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.29 |
| HSL | 40.43º | 0.23% | 0.62% | - |
| HSV(B) | 40.43º | 0.26% | 0.71% | - |
| XYZ | 36.58 | 38.33 | 28.03 | - |
| YUV | 165.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 134 | 0 | 0.08 | 0.26 | 0.29 | 40.43 | 0.23 | 0.62 |
| Hex | B4 | A5 | 86 | 0 | 8 | 1A | 1D | 28 | 17 | 3E |
| Octal | 264 | 245 | 206 | 0 | 10 | 32 | 35 | 50 | 27 | 76 |
| Binary | 10110100 | 10100101 | 10000110 | 0 | 1000 | 11010 | 11101 | 101000 | 10111 | 111110 |
Color Harmonies of #B4A586
Complementary color
Monochromatic Colors of #B4A586
Black with #B4A586
Text Example
Text Example
White with #B4A586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A586; }
p { color: rgb(180,165,134); }
H1.HeaderClassName
{
color: #B4A586;
}
.AnyTagClassName
{
color: #B4A586;
}
</style>
background-color css
<style>
a { background-color: #B4A586; }
a { background-color: rgb(180,165,134); }
div.DivClassName
{
background-color: #B4A586;
}
.BgClassName
{
background-color: #B4A586;
}
</style>
border-color css
<style>
span { border-color: #B4A586; }
span { border-color: rgb(180,165,134); }
td.TdClassName
{
border-color: #B4A586;
}
.TagClassName
{
border-color: #B4A586;
}
</style>