Shades of Pavlova #B4A882
Tints of Pavlova #B4A882
RGB
CMYK
RGB Variations
Color information
#B4A882 (or 0xB4A882) is known color: Pavlova. HEX triplet: B4, A8 and 82. RGB value is (180,168,130). Sum of RGB (Red+Green+Blue) = 180+168+130=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A882 is #4B577D. Grayscale: #A7A7A7. Windows color (decimal): -4937598 or 8562868. OLE color: 8562868.
HSL color Cylindrical-coordinate representation of color #B4A882: hue angle of 45.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4A882 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 130 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.29 |
| HSL | 45.6º | 0.25% | 0.61% | - |
| HSV(B) | 45.6º | 0.28% | 0.71% | - |
| XYZ | 36.85 | 39.32 | 26.77 | - |
| YUV | 167.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 130 | 0 | 0.07 | 0.28 | 0.29 | 45.6 | 0.25 | 0.61 |
| Hex | B4 | A8 | 82 | 0 | 7 | 1C | 1D | 2E | 19 | 3D |
| Octal | 264 | 250 | 202 | 0 | 7 | 34 | 35 | 56 | 31 | 75 |
| Binary | 10110100 | 10101000 | 10000010 | 0 | 111 | 11100 | 11101 | 101110 | 11001 | 111101 |
Color Harmonies of #B4A882
Complementary color
Monochromatic Colors of #B4A882
Black with #B4A882
Text Example
Text Example
White with #B4A882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A882; }
p { color: rgb(180,168,130); }
H1.HeaderClassName
{
color: #B4A882;
}
.AnyTagClassName
{
color: #B4A882;
}
</style>
background-color css
<style>
a { background-color: #B4A882; }
a { background-color: rgb(180,168,130); }
div.DivClassName
{
background-color: #B4A882;
}
.BgClassName
{
background-color: #B4A882;
}
</style>
border-color css
<style>
span { border-color: #B4A882; }
span { border-color: rgb(180,168,130); }
td.TdClassName
{
border-color: #B4A882;
}
.TagClassName
{
border-color: #B4A882;
}
</style>