Shades of Pavlova #B4A580
Tints of Pavlova #B4A580
RGB
CMYK
RGB Variations
Color information
#B4A580 (or 0xB4A580) is known color: Pavlova. HEX triplet: B4, A5 and 80. RGB value is (180,165,128). Sum of RGB (Red+Green+Blue) = 180+165+128=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A580 is #4B5A7F. Grayscale: #A5A5A5. Windows color (decimal): -4938368 or 8431028. OLE color: 8431028.
HSL color Cylindrical-coordinate representation of color #B4A580: hue angle of 42.69º 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 #B4A580 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 128 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.29 |
| HSL | 42.69º | 0.26% | 0.6% | - |
| HSV(B) | 42.69º | 0.29% | 0.71% | - |
| XYZ | 36.17 | 38.17 | 25.88 | - |
| YUV | 165.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 128 | 0 | 0.08 | 0.29 | 0.29 | 42.69 | 0.26 | 0.6 |
| Hex | B4 | A5 | 80 | 0 | 8 | 1D | 1D | 2B | 1A | 3C |
| Octal | 264 | 245 | 200 | 0 | 10 | 35 | 35 | 53 | 32 | 74 |
| Binary | 10110100 | 10100101 | 10000000 | 0 | 1000 | 11101 | 11101 | 101011 | 11010 | 111100 |
Color Harmonies of #B4A580
Complementary color
Monochromatic Colors of #B4A580
Black with #B4A580
Text Example
Text Example
White with #B4A580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A580; }
p { color: rgb(180,165,128); }
H1.HeaderClassName
{
color: #B4A580;
}
.AnyTagClassName
{
color: #B4A580;
}
</style>
background-color css
<style>
a { background-color: #B4A580; }
a { background-color: rgb(180,165,128); }
div.DivClassName
{
background-color: #B4A580;
}
.BgClassName
{
background-color: #B4A580;
}
</style>
border-color css
<style>
span { border-color: #B4A580; }
span { border-color: rgb(180,165,128); }
td.TdClassName
{
border-color: #B4A580;
}
.TagClassName
{
border-color: #B4A580;
}
</style>