Shades of Pavlova #B4A97F
Tints of Pavlova #B4A97F
RGB
CMYK
RGB Variations
Color information
#B4A97F (or 0xB4A97F) is known color: Pavlova. HEX triplet: B4, A9 and 7F. RGB value is (180,169,127). Sum of RGB (Red+Green+Blue) = 180+169+127=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A97F is #4B5680. Grayscale: #A7A7A7. Windows color (decimal): -4937345 or 8366516. OLE color: 8366516.
HSL color Cylindrical-coordinate representation of color #B4A97F: hue angle of 47.55º 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 #B4A97F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 127 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.29 |
| HSL | 47.55º | 0.26% | 0.6% | - |
| HSV(B) | 47.55º | 0.29% | 0.71% | - |
| XYZ | 36.84 | 39.61 | 25.78 | - |
| YUV | 167.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 127 | 0 | 0.06 | 0.29 | 0.29 | 47.55 | 0.26 | 0.6 |
| Hex | B4 | A9 | 7F | 0 | 6 | 1D | 1D | 30 | 1A | 3C |
| Octal | 264 | 251 | 177 | 0 | 6 | 35 | 35 | 60 | 32 | 74 |
| Binary | 10110100 | 10101001 | 1111111 | 0 | 110 | 11101 | 11101 | 110000 | 11010 | 111100 |
Color Harmonies of #B4A97F
Complementary color
Monochromatic Colors of #B4A97F
Black with #B4A97F
Text Example
Text Example
White with #B4A97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A97F; }
p { color: rgb(180,169,127); }
H1.HeaderClassName
{
color: #B4A97F;
}
.AnyTagClassName
{
color: #B4A97F;
}
</style>
background-color css
<style>
a { background-color: #B4A97F; }
a { background-color: rgb(180,169,127); }
div.DivClassName
{
background-color: #B4A97F;
}
.BgClassName
{
background-color: #B4A97F;
}
</style>
border-color css
<style>
span { border-color: #B4A97F; }
span { border-color: rgb(180,169,127); }
td.TdClassName
{
border-color: #B4A97F;
}
.TagClassName
{
border-color: #B4A97F;
}
</style>