Shades of Pavlova #B4A87E
Tints of Pavlova #B4A87E
RGB
CMYK
RGB Variations
Color information
#B4A87E (or 0xB4A87E) is known color: Pavlova. HEX triplet: B4, A8 and 7E. RGB value is (180,168,126). Sum of RGB (Red+Green+Blue) = 180+168+126=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A87E is #4B5781. Grayscale: #A6A6A6. Windows color (decimal): -4937602 or 8300724. OLE color: 8300724.
HSL color Cylindrical-coordinate representation of color #B4A87E: hue angle of 46.67º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4A87E is Cyan = 0, Magento = 0.07, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 126 | - |
| CMYK | 0 | 0.07 | 0.3 | 0.29 |
| HSL | 46.67º | 0.26% | 0.6% | - |
| HSV(B) | 46.67º | 0.3% | 0.71% | - |
| XYZ | 36.59 | 39.21 | 25.38 | - |
| YUV | 166.8 | 104.98 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 126 | 0 | 0.07 | 0.3 | 0.29 | 46.67 | 0.26 | 0.6 |
| Hex | B4 | A8 | 7E | 0 | 7 | 1E | 1D | 2F | 1A | 3C |
| Octal | 264 | 250 | 176 | 0 | 7 | 36 | 35 | 57 | 32 | 74 |
| Binary | 10110100 | 10101000 | 1111110 | 0 | 111 | 11110 | 11101 | 101111 | 11010 | 111100 |
Color Harmonies of #B4A87E
Complementary color
Monochromatic Colors of #B4A87E
Black with #B4A87E
Text Example
Text Example
White with #B4A87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A87E; }
p { color: rgb(180,168,126); }
H1.HeaderClassName
{
color: #B4A87E;
}
.AnyTagClassName
{
color: #B4A87E;
}
</style>
background-color css
<style>
a { background-color: #B4A87E; }
a { background-color: rgb(180,168,126); }
div.DivClassName
{
background-color: #B4A87E;
}
.BgClassName
{
background-color: #B4A87E;
}
</style>
border-color css
<style>
span { border-color: #B4A87E; }
span { border-color: rgb(180,168,126); }
td.TdClassName
{
border-color: #B4A87E;
}
.TagClassName
{
border-color: #B4A87E;
}
</style>