Shades of Pavlova #B2A27F
Tints of Pavlova #B2A27F
RGB
CMYK
RGB Variations
Color information
#B2A27F (or 0xB2A27F) is known color: Pavlova. HEX triplet: B2, A2 and 7F. RGB value is (178,162,127). Sum of RGB (Red+Green+Blue) = 178+162+127=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A27F is #4D5D80. Grayscale: #A2A2A2. Windows color (decimal): -5070209 or 8364722. OLE color: 8364722.
HSL color Cylindrical-coordinate representation of color #B2A27F: hue angle of 41.18º 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 #B2A27F is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 127 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.30 |
| HSL | 41.18º | 0.25% | 0.6% | - |
| HSV(B) | 41.18º | 0.29% | 0.7% | - |
| XYZ | 35.11 | 36.84 | 25.34 | - |
| YUV | 162.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 127 | 0 | 0.09 | 0.29 | 0.30 | 41.18 | 0.25 | 0.6 |
| Hex | B2 | A2 | 7F | 0 | 9 | 1D | 1E | 29 | 19 | 3C |
| Octal | 262 | 242 | 177 | 0 | 11 | 35 | 36 | 51 | 31 | 74 |
| Binary | 10110010 | 10100010 | 1111111 | 0 | 1001 | 11101 | 11110 | 101001 | 11001 | 111100 |
Color Harmonies of #B2A27F
Complementary color
Monochromatic Colors of #B2A27F
Black with #B2A27F
Text Example
Text Example
White with #B2A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A27F; }
p { color: rgb(178,162,127); }
H1.HeaderClassName
{
color: #B2A27F;
}
.AnyTagClassName
{
color: #B2A27F;
}
</style>
background-color css
<style>
a { background-color: #B2A27F; }
a { background-color: rgb(178,162,127); }
div.DivClassName
{
background-color: #B2A27F;
}
.BgClassName
{
background-color: #B2A27F;
}
</style>
border-color css
<style>
span { border-color: #B2A27F; }
span { border-color: rgb(178,162,127); }
td.TdClassName
{
border-color: #B2A27F;
}
.TagClassName
{
border-color: #B2A27F;
}
</style>