Shades of Pavlova #B4A67E
Tints of Pavlova #B4A67E
RGB
CMYK
RGB Variations
Color information
#B4A67E (or 0xB4A67E) is known color: Pavlova. HEX triplet: B4, A6 and 7E. RGB value is (180,166,126). Sum of RGB (Red+Green+Blue) = 180+166+126=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A67E is #4B5981. Grayscale: #A5A5A5. Windows color (decimal): -4938114 or 8300212. OLE color: 8300212.
HSL color Cylindrical-coordinate representation of color #B4A67E: hue angle of 44.44º 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 #B4A67E is Cyan = 0, Magento = 0.08, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 166 | 126 | - |
| CMYK | 0 | 0.08 | 0.3 | 0.29 |
| HSL | 44.44º | 0.26% | 0.6% | - |
| HSV(B) | 44.44º | 0.3% | 0.71% | - |
| XYZ | 36.22 | 38.48 | 25.26 | - |
| YUV | 165.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 126 | 0 | 0.08 | 0.3 | 0.29 | 44.44 | 0.26 | 0.6 |
| Hex | B4 | A6 | 7E | 0 | 8 | 1E | 1D | 2C | 1A | 3C |
| Octal | 264 | 246 | 176 | 0 | 10 | 36 | 35 | 54 | 32 | 74 |
| Binary | 10110100 | 10100110 | 1111110 | 0 | 1000 | 11110 | 11101 | 101100 | 11010 | 111100 |
Color Harmonies of #B4A67E
Complementary color
Monochromatic Colors of #B4A67E
Black with #B4A67E
Text Example
Text Example
White with #B4A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A67E; }
p { color: rgb(180,166,126); }
H1.HeaderClassName
{
color: #B4A67E;
}
.AnyTagClassName
{
color: #B4A67E;
}
</style>
background-color css
<style>
a { background-color: #B4A67E; }
a { background-color: rgb(180,166,126); }
div.DivClassName
{
background-color: #B4A67E;
}
.BgClassName
{
background-color: #B4A67E;
}
</style>
border-color css
<style>
span { border-color: #B4A67E; }
span { border-color: rgb(180,166,126); }
td.TdClassName
{
border-color: #B4A67E;
}
.TagClassName
{
border-color: #B4A67E;
}
</style>