Shades of Pavlova #B4A27E
Tints of Pavlova #B4A27E
RGB
CMYK
RGB Variations
Color information
#B4A27E (or 0xB4A27E) is known color: Pavlova. HEX triplet: B4, A2 and 7E. RGB value is (180,162,126). Sum of RGB (Red+Green+Blue) = 180+162+126=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27E is #4B5D81. Grayscale: #A3A3A3. Windows color (decimal): -4939138 or 8299188. OLE color: 8299188.
HSL color Cylindrical-coordinate representation of color #B4A27E: hue angle of 40º 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 #B4A27E is Cyan = 0, Magento = 0.1, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 126 | - |
| CMYK | 0 | 0.1 | 0.3 | 0.29 |
| HSL | 40º | 0.26% | 0.6% | - |
| HSV(B) | 40º | 0.3% | 0.71% | - |
| XYZ | 35.51 | 37.05 | 25.02 | - |
| YUV | 163.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 126 | 0 | 0.1 | 0.3 | 0.29 | 40 | 0.26 | 0.6 |
| Hex | B4 | A2 | 7E | 0 | A | 1E | 1D | 28 | 1A | 3C |
| Octal | 264 | 242 | 176 | 0 | 12 | 36 | 35 | 50 | 32 | 74 |
| Binary | 10110100 | 10100010 | 1111110 | 0 | 1010 | 11110 | 11101 | 101000 | 11010 | 111100 |
Color Harmonies of #B4A27E
Complementary color
Monochromatic Colors of #B4A27E
Black with #B4A27E
Text Example
Text Example
White with #B4A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A27E; }
p { color: rgb(180,162,126); }
H1.HeaderClassName
{
color: #B4A27E;
}
.AnyTagClassName
{
color: #B4A27E;
}
</style>
background-color css
<style>
a { background-color: #B4A27E; }
a { background-color: rgb(180,162,126); }
div.DivClassName
{
background-color: #B4A27E;
}
.BgClassName
{
background-color: #B4A27E;
}
</style>
border-color css
<style>
span { border-color: #B4A27E; }
span { border-color: rgb(180,162,126); }
td.TdClassName
{
border-color: #B4A27E;
}
.TagClassName
{
border-color: #B4A27E;
}
</style>