Shades of Pavlova #B4A97E
Tints of Pavlova #B4A97E
RGB
CMYK
RGB Variations
Color information
#B4A97E (or 0xB4A97E) is known color: Pavlova. HEX triplet: B4, A9 and 7E. RGB value is (180,169,126). Sum of RGB (Red+Green+Blue) = 180+169+126=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A97E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A97E is #4B5681. Grayscale: #A7A7A7. Windows color (decimal): -4937346 or 8300980. OLE color: 8300980.
HSL color Cylindrical-coordinate representation of color #B4A97E: hue angle of 47.78º 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 #B4A97E is Cyan = 0, Magento = 0.06, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 126 | - |
| CMYK | 0 | 0.06 | 0.3 | 0.29 |
| HSL | 47.78º | 0.26% | 0.6% | - |
| HSV(B) | 47.78º | 0.3% | 0.71% | - |
| XYZ | 36.78 | 39.59 | 25.44 | - |
| YUV | 167.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 126 | 0 | 0.06 | 0.3 | 0.29 | 47.78 | 0.26 | 0.6 |
| Hex | B4 | A9 | 7E | 0 | 6 | 1E | 1D | 30 | 1A | 3C |
| Octal | 264 | 251 | 176 | 0 | 6 | 36 | 35 | 60 | 32 | 74 |
| Binary | 10110100 | 10101001 | 1111110 | 0 | 110 | 11110 | 11101 | 110000 | 11010 | 111100 |
Color Harmonies of #B4A97E
Complementary color
Monochromatic Colors of #B4A97E
Black with #B4A97E
Text Example
Text Example
White with #B4A97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A97E; }
p { color: rgb(180,169,126); }
H1.HeaderClassName
{
color: #B4A97E;
}
.AnyTagClassName
{
color: #B4A97E;
}
</style>
background-color css
<style>
a { background-color: #B4A97E; }
a { background-color: rgb(180,169,126); }
div.DivClassName
{
background-color: #B4A97E;
}
.BgClassName
{
background-color: #B4A97E;
}
</style>
border-color css
<style>
span { border-color: #B4A97E; }
span { border-color: rgb(180,169,126); }
td.TdClassName
{
border-color: #B4A97E;
}
.TagClassName
{
border-color: #B4A97E;
}
</style>