Shades of Pavlova #B2A37E
Tints of Pavlova #B2A37E
RGB
CMYK
RGB Variations
Color information
#B2A37E (or 0xB2A37E) is known color: Pavlova. HEX triplet: B2, A3 and 7E. RGB value is (178,163,126). Sum of RGB (Red+Green+Blue) = 178+163+126=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A37E is #4D5C81. Grayscale: #A3A3A3. Windows color (decimal): -5069954 or 8299442. OLE color: 8299442.
HSL color Cylindrical-coordinate representation of color #B2A37E: hue angle of 42.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A37E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 126 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.30 |
| HSL | 42.69º | 0.25% | 0.6% | - |
| HSV(B) | 42.69º | 0.29% | 0.7% | - |
| XYZ | 35.22 | 37.17 | 25.06 | - |
| YUV | 163.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 126 | 0 | 0.08 | 0.29 | 0.30 | 42.69 | 0.25 | 0.6 |
| Hex | B2 | A3 | 7E | 0 | 8 | 1D | 1E | 2B | 19 | 3C |
| Octal | 262 | 243 | 176 | 0 | 10 | 35 | 36 | 53 | 31 | 74 |
| Binary | 10110010 | 10100011 | 1111110 | 0 | 1000 | 11101 | 11110 | 101011 | 11001 | 111100 |
Color Harmonies of #B2A37E
Complementary color
Monochromatic Colors of #B2A37E
Black with #B2A37E
Text Example
Text Example
White with #B2A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A37E; }
p { color: rgb(178,163,126); }
H1.HeaderClassName
{
color: #B2A37E;
}
.AnyTagClassName
{
color: #B2A37E;
}
</style>
background-color css
<style>
a { background-color: #B2A37E; }
a { background-color: rgb(178,163,126); }
div.DivClassName
{
background-color: #B2A37E;
}
.BgClassName
{
background-color: #B2A37E;
}
</style>
border-color css
<style>
span { border-color: #B2A37E; }
span { border-color: rgb(178,163,126); }
td.TdClassName
{
border-color: #B2A37E;
}
.TagClassName
{
border-color: #B2A37E;
}
</style>