Shades of Pavlova #B2A182
Tints of Pavlova #B2A182
RGB
CMYK
RGB Variations
Color information
#B2A182 (or 0xB2A182) is known color: Pavlova. HEX triplet: B2, A1 and 82. RGB value is (178,161,130). Sum of RGB (Red+Green+Blue) = 178+161+130=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A182 is #4D5E7D. Grayscale: #A2A2A2. Windows color (decimal): -5070462 or 8561074. OLE color: 8561074.
HSL color Cylindrical-coordinate representation of color #B2A182: hue angle of 38.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2A182 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 130 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.30 |
| HSL | 38.75º | 0.24% | 0.6% | - |
| HSV(B) | 38.75º | 0.27% | 0.7% | - |
| XYZ | 35.13 | 36.57 | 26.33 | - |
| YUV | 162.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 130 | 0 | 0.10 | 0.27 | 0.30 | 38.75 | 0.24 | 0.6 |
| Hex | B2 | A1 | 82 | 0 | A | 1B | 1E | 27 | 18 | 3C |
| Octal | 262 | 241 | 202 | 0 | 12 | 33 | 36 | 47 | 30 | 74 |
| Binary | 10110010 | 10100001 | 10000010 | 0 | 1010 | 11011 | 11110 | 100111 | 11000 | 111100 |
Color Harmonies of #B2A182
Complementary color
Monochromatic Colors of #B2A182
Black with #B2A182
Text Example
Text Example
White with #B2A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A182; }
p { color: rgb(178,161,130); }
H1.HeaderClassName
{
color: #B2A182;
}
.AnyTagClassName
{
color: #B2A182;
}
</style>
background-color css
<style>
a { background-color: #B2A182; }
a { background-color: rgb(178,161,130); }
div.DivClassName
{
background-color: #B2A182;
}
.BgClassName
{
background-color: #B2A182;
}
</style>
border-color css
<style>
span { border-color: #B2A182; }
span { border-color: rgb(178,161,130); }
td.TdClassName
{
border-color: #B2A182;
}
.TagClassName
{
border-color: #B2A182;
}
</style>