Shades of Pavlova #B4A880
Tints of Pavlova #B4A880
RGB
CMYK
RGB Variations
Color information
#B4A880 (or 0xB4A880) is known color: Pavlova. HEX triplet: B4, A8 and 80. RGB value is (180,168,128). Sum of RGB (Red+Green+Blue) = 180+168+128=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A880 is #4B577F. Grayscale: #A7A7A7. Windows color (decimal): -4937600 or 8431796. OLE color: 8431796.
HSL color Cylindrical-coordinate representation of color #B4A880: hue angle of 46.15º 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 #B4A880 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 128 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.29 |
| HSL | 46.15º | 0.26% | 0.6% | - |
| HSV(B) | 46.15º | 0.29% | 0.71% | - |
| XYZ | 36.72 | 39.27 | 26.07 | - |
| YUV | 167.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 128 | 0 | 0.07 | 0.29 | 0.29 | 46.15 | 0.26 | 0.6 |
| Hex | B4 | A8 | 80 | 0 | 7 | 1D | 1D | 2E | 1A | 3C |
| Octal | 264 | 250 | 200 | 0 | 7 | 35 | 35 | 56 | 32 | 74 |
| Binary | 10110100 | 10101000 | 10000000 | 0 | 111 | 11101 | 11101 | 101110 | 11010 | 111100 |
Color Harmonies of #B4A880
Complementary color
Monochromatic Colors of #B4A880
Black with #B4A880
Text Example
Text Example
White with #B4A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A880; }
p { color: rgb(180,168,128); }
H1.HeaderClassName
{
color: #B4A880;
}
.AnyTagClassName
{
color: #B4A880;
}
</style>
background-color css
<style>
a { background-color: #B4A880; }
a { background-color: rgb(180,168,128); }
div.DivClassName
{
background-color: #B4A880;
}
.BgClassName
{
background-color: #B4A880;
}
</style>
border-color css
<style>
span { border-color: #B4A880; }
span { border-color: rgb(180,168,128); }
td.TdClassName
{
border-color: #B4A880;
}
.TagClassName
{
border-color: #B4A880;
}
</style>