Shades of Pavlova #B2A27E
Tints of Pavlova #B2A27E
RGB
CMYK
RGB Variations
Color information
#B2A27E (or 0xB2A27E) is known color: Pavlova. HEX triplet: B2, A2 and 7E. RGB value is (178,162,126). Sum of RGB (Red+Green+Blue) = 178+162+126=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A27E is #4D5D81. Grayscale: #A2A2A2. Windows color (decimal): -5070210 or 8299186. OLE color: 8299186.
HSL color Cylindrical-coordinate representation of color #B2A27E: hue angle of 41.54º 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 #B2A27E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 126 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.30 |
| HSL | 41.54º | 0.25% | 0.6% | - |
| HSV(B) | 41.54º | 0.29% | 0.7% | - |
| XYZ | 35.05 | 36.81 | 25 | - |
| YUV | 162.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 126 | 0 | 0.09 | 0.29 | 0.30 | 41.54 | 0.25 | 0.6 |
| Hex | B2 | A2 | 7E | 0 | 9 | 1D | 1E | 2A | 19 | 3C |
| Octal | 262 | 242 | 176 | 0 | 11 | 35 | 36 | 52 | 31 | 74 |
| Binary | 10110010 | 10100010 | 1111110 | 0 | 1001 | 11101 | 11110 | 101010 | 11001 | 111100 |
Color Harmonies of #B2A27E
Complementary color
Monochromatic Colors of #B2A27E
Black with #B2A27E
Text Example
Text Example
White with #B2A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A27E; }
p { color: rgb(178,162,126); }
H1.HeaderClassName
{
color: #B2A27E;
}
.AnyTagClassName
{
color: #B2A27E;
}
</style>
background-color css
<style>
a { background-color: #B2A27E; }
a { background-color: rgb(178,162,126); }
div.DivClassName
{
background-color: #B2A27E;
}
.BgClassName
{
background-color: #B2A27E;
}
</style>
border-color css
<style>
span { border-color: #B2A27E; }
span { border-color: rgb(178,162,126); }
td.TdClassName
{
border-color: #B2A27E;
}
.TagClassName
{
border-color: #B2A27E;
}
</style>