Shades of Pavlova #B2A581
Tints of Pavlova #B2A581
RGB
CMYK
RGB Variations
Color information
#B2A581 (or 0xB2A581) is known color: Pavlova. HEX triplet: B2, A5 and 81. RGB value is (178,165,129). Sum of RGB (Red+Green+Blue) = 178+165+129=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A581 is #4D5A7E. Grayscale: #A4A4A4. Windows color (decimal): -5069439 or 8496562. OLE color: 8496562.
HSL color Cylindrical-coordinate representation of color #B2A581: hue angle of 44.08º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A581 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 165 | 129 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.30 |
| HSL | 44.08º | 0.24% | 0.6% | - |
| HSV(B) | 44.08º | 0.28% | 0.7% | - |
| XYZ | 35.78 | 37.96 | 26.21 | - |
| YUV | 164.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 129 | 0 | 0.07 | 0.28 | 0.30 | 44.08 | 0.24 | 0.6 |
| Hex | B2 | A5 | 81 | 0 | 7 | 1C | 1E | 2C | 18 | 3C |
| Octal | 262 | 245 | 201 | 0 | 7 | 34 | 36 | 54 | 30 | 74 |
| Binary | 10110010 | 10100101 | 10000001 | 0 | 111 | 11100 | 11110 | 101100 | 11000 | 111100 |
Color Harmonies of #B2A581
Complementary color
Monochromatic Colors of #B2A581
Black with #B2A581
Text Example
Text Example
White with #B2A581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A581; }
p { color: rgb(178,165,129); }
H1.HeaderClassName
{
color: #B2A581;
}
.AnyTagClassName
{
color: #B2A581;
}
</style>
background-color css
<style>
a { background-color: #B2A581; }
a { background-color: rgb(178,165,129); }
div.DivClassName
{
background-color: #B2A581;
}
.BgClassName
{
background-color: #B2A581;
}
</style>
border-color css
<style>
span { border-color: #B2A581; }
span { border-color: rgb(178,165,129); }
td.TdClassName
{
border-color: #B2A581;
}
.TagClassName
{
border-color: #B2A581;
}
</style>