Shades of Pavlova #B6A279
Tints of Pavlova #B6A279
RGB
CMYK
RGB Variations
Color information
#B6A279 (or 0xB6A279) is known color: Pavlova. HEX triplet: B6, A2 and 79. RGB value is (182,162,121). Sum of RGB (Red+Green+Blue) = 182+162+121=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A279 is #495D86. Grayscale: #A3A3A3. Windows color (decimal): -4808071 or 7971510. OLE color: 7971510.
HSL color Cylindrical-coordinate representation of color #B6A279: hue angle of 40.33º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A279 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 121 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.29 |
| HSL | 40.33º | 0.29% | 0.59% | - |
| HSV(B) | 40.33º | 0.34% | 0.71% | - |
| XYZ | 35.66 | 37.17 | 23.38 | - |
| YUV | 163.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 121 | 0 | 0.11 | 0.34 | 0.29 | 40.33 | 0.29 | 0.59 |
| Hex | B6 | A2 | 79 | 0 | B | 22 | 1D | 28 | 1D | 3B |
| Octal | 266 | 242 | 171 | 0 | 13 | 42 | 35 | 50 | 35 | 73 |
| Binary | 10110110 | 10100010 | 1111001 | 0 | 1011 | 100010 | 11101 | 101000 | 11101 | 111011 |
Color Harmonies of #B6A279
Complementary color
Monochromatic Colors of #B6A279
Black with #B6A279
Text Example
Text Example
White with #B6A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A279; }
p { color: rgb(182,162,121); }
H1.HeaderClassName
{
color: #B6A279;
}
.AnyTagClassName
{
color: #B6A279;
}
</style>
background-color css
<style>
a { background-color: #B6A279; }
a { background-color: rgb(182,162,121); }
div.DivClassName
{
background-color: #B6A279;
}
.BgClassName
{
background-color: #B6A279;
}
</style>
border-color css
<style>
span { border-color: #B6A279; }
span { border-color: rgb(182,162,121); }
td.TdClassName
{
border-color: #B6A279;
}
.TagClassName
{
border-color: #B6A279;
}
</style>