Shades of Pavlova #B4A87F
Tints of Pavlova #B4A87F
RGB
CMYK
RGB Variations
Color information
#B4A87F (or 0xB4A87F) is known color: Pavlova. HEX triplet: B4, A8 and 7F. RGB value is (180,168,127). Sum of RGB (Red+Green+Blue) = 180+168+127=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A87F is #4B5780. Grayscale: #A7A7A7. Windows color (decimal): -4937601 or 8366260. OLE color: 8366260.
HSL color Cylindrical-coordinate representation of color #B4A87F: hue angle of 46.42º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A87F is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 127 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.29 |
| HSL | 46.42º | 0.26% | 0.6% | - |
| HSV(B) | 46.42º | 0.29% | 0.71% | - |
| XYZ | 36.66 | 39.24 | 25.72 | - |
| YUV | 166.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 127 | 0 | 0.07 | 0.29 | 0.29 | 46.42 | 0.26 | 0.6 |
| Hex | B4 | A8 | 7F | 0 | 7 | 1D | 1D | 2E | 1A | 3C |
| Octal | 264 | 250 | 177 | 0 | 7 | 35 | 35 | 56 | 32 | 74 |
| Binary | 10110100 | 10101000 | 1111111 | 0 | 111 | 11101 | 11101 | 101110 | 11010 | 111100 |
Color Harmonies of #B4A87F
Complementary color
Monochromatic Colors of #B4A87F
Black with #B4A87F
Text Example
Text Example
White with #B4A87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A87F; }
p { color: rgb(180,168,127); }
H1.HeaderClassName
{
color: #B4A87F;
}
.AnyTagClassName
{
color: #B4A87F;
}
</style>
background-color css
<style>
a { background-color: #B4A87F; }
a { background-color: rgb(180,168,127); }
div.DivClassName
{
background-color: #B4A87F;
}
.BgClassName
{
background-color: #B4A87F;
}
</style>
border-color css
<style>
span { border-color: #B4A87F; }
span { border-color: rgb(180,168,127); }
td.TdClassName
{
border-color: #B4A87F;
}
.TagClassName
{
border-color: #B4A87F;
}
</style>