Shades of Pavlova #B2A37F
Tints of Pavlova #B2A37F
RGB
CMYK
RGB Variations
Color information
#B2A37F (or 0xB2A37F) is known color: Pavlova. HEX triplet: B2, A3 and 7F. RGB value is (178,163,127). Sum of RGB (Red+Green+Blue) = 178+163+127=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A37F is #4D5C80. Grayscale: #A3A3A3. Windows color (decimal): -5069953 or 8364978. OLE color: 8364978.
HSL color Cylindrical-coordinate representation of color #B2A37F: hue angle of 42.35º 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 #B2A37F is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 127 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.30 |
| HSL | 42.35º | 0.25% | 0.6% | - |
| HSV(B) | 42.35º | 0.29% | 0.7% | - |
| XYZ | 35.29 | 37.19 | 25.4 | - |
| YUV | 163.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 127 | 0 | 0.08 | 0.29 | 0.30 | 42.35 | 0.25 | 0.6 |
| Hex | B2 | A3 | 7F | 0 | 8 | 1D | 1E | 2A | 19 | 3C |
| Octal | 262 | 243 | 177 | 0 | 10 | 35 | 36 | 52 | 31 | 74 |
| Binary | 10110010 | 10100011 | 1111111 | 0 | 1000 | 11101 | 11110 | 101010 | 11001 | 111100 |
Color Harmonies of #B2A37F
Complementary color
Monochromatic Colors of #B2A37F
Black with #B2A37F
Text Example
Text Example
White with #B2A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A37F; }
p { color: rgb(178,163,127); }
H1.HeaderClassName
{
color: #B2A37F;
}
.AnyTagClassName
{
color: #B2A37F;
}
</style>
background-color css
<style>
a { background-color: #B2A37F; }
a { background-color: rgb(178,163,127); }
div.DivClassName
{
background-color: #B2A37F;
}
.BgClassName
{
background-color: #B2A37F;
}
</style>
border-color css
<style>
span { border-color: #B2A37F; }
span { border-color: rgb(178,163,127); }
td.TdClassName
{
border-color: #B2A37F;
}
.TagClassName
{
border-color: #B2A37F;
}
</style>