Shades of Pavlova #B0A382
Tints of Pavlova #B0A382
RGB
CMYK
RGB Variations
Color information
#B0A382 (or 0xB0A382) is known color: Pavlova. HEX triplet: B0, A3 and 82. RGB value is (176,163,130). Sum of RGB (Red+Green+Blue) = 176+163+130=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A382 is #4F5C7D. Grayscale: #A3A3A3. Windows color (decimal): -5201022 or 8561584. OLE color: 8561584.
HSL color Cylindrical-coordinate representation of color #B0A382: hue angle of 43.04º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A382 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 130 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.31 |
| HSL | 43.04º | 0.23% | 0.6% | - |
| HSV(B) | 43.04º | 0.26% | 0.69% | - |
| XYZ | 35.03 | 37.04 | 26.42 | - |
| YUV | 163.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 130 | 0 | 0.07 | 0.26 | 0.31 | 43.04 | 0.23 | 0.6 |
| Hex | B0 | A3 | 82 | 0 | 7 | 1A | 1F | 2B | 17 | 3C |
| Octal | 260 | 243 | 202 | 0 | 7 | 32 | 37 | 53 | 27 | 74 |
| Binary | 10110000 | 10100011 | 10000010 | 0 | 111 | 11010 | 11111 | 101011 | 10111 | 111100 |
Color Harmonies of #B0A382
Complementary color
Monochromatic Colors of #B0A382
Black with #B0A382
Text Example
Text Example
White with #B0A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A382; }
p { color: rgb(176,163,130); }
H1.HeaderClassName
{
color: #B0A382;
}
.AnyTagClassName
{
color: #B0A382;
}
</style>
background-color css
<style>
a { background-color: #B0A382; }
a { background-color: rgb(176,163,130); }
div.DivClassName
{
background-color: #B0A382;
}
.BgClassName
{
background-color: #B0A382;
}
</style>
border-color css
<style>
span { border-color: #B0A382; }
span { border-color: rgb(176,163,130); }
td.TdClassName
{
border-color: #B0A382;
}
.TagClassName
{
border-color: #B0A382;
}
</style>