Shades of Pavlova #B4A27F
Tints of Pavlova #B4A27F
RGB
CMYK
RGB Variations
Color information
#B4A27F (or 0xB4A27F) is known color: Pavlova. HEX triplet: B4, A2 and 7F. RGB value is (180,162,127). Sum of RGB (Red+Green+Blue) = 180+162+127=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A27F is #4B5D80. Grayscale: #A3A3A3. Windows color (decimal): -4939137 or 8364724. OLE color: 8364724.
HSL color Cylindrical-coordinate representation of color #B4A27F: hue angle of 39.62º 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 #B4A27F is Cyan = 0, Magento = 0.1, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 127 | - |
| CMYK | 0 | 0.1 | 0.29 | 0.29 |
| HSL | 39.62º | 0.26% | 0.6% | - |
| HSV(B) | 39.62º | 0.29% | 0.71% | - |
| XYZ | 35.57 | 37.08 | 25.36 | - |
| YUV | 163.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 127 | 0 | 0.1 | 0.29 | 0.29 | 39.62 | 0.26 | 0.6 |
| Hex | B4 | A2 | 7F | 0 | A | 1D | 1D | 28 | 1A | 3C |
| Octal | 264 | 242 | 177 | 0 | 12 | 35 | 35 | 50 | 32 | 74 |
| Binary | 10110100 | 10100010 | 1111111 | 0 | 1010 | 11101 | 11101 | 101000 | 11010 | 111100 |
Color Harmonies of #B4A27F
Complementary color
Monochromatic Colors of #B4A27F
Black with #B4A27F
Text Example
Text Example
White with #B4A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A27F; }
p { color: rgb(180,162,127); }
H1.HeaderClassName
{
color: #B4A27F;
}
.AnyTagClassName
{
color: #B4A27F;
}
</style>
background-color css
<style>
a { background-color: #B4A27F; }
a { background-color: rgb(180,162,127); }
div.DivClassName
{
background-color: #B4A27F;
}
.BgClassName
{
background-color: #B4A27F;
}
</style>
border-color css
<style>
span { border-color: #B4A27F; }
span { border-color: rgb(180,162,127); }
td.TdClassName
{
border-color: #B4A27F;
}
.TagClassName
{
border-color: #B4A27F;
}
</style>