Shades of Pavlova #B6AA7C
Tints of Pavlova #B6AA7C
RGB
CMYK
RGB Variations
Color information
#B6AA7C (or 0xB6AA7C) is known color: Pavlova. HEX triplet: B6, AA and 7C. RGB value is (182,170,124). Sum of RGB (Red+Green+Blue) = 182+170+124=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AA7C is #495583. Grayscale: #A8A8A8. Windows color (decimal): -4806020 or 8170166. OLE color: 8170166.
HSL color Cylindrical-coordinate representation of color #B6AA7C: hue angle of 47.59º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6AA7C is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 170 | 124 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.29 |
| HSL | 47.59º | 0.28% | 0.6% | - |
| HSV(B) | 47.59º | 0.32% | 0.71% | - |
| XYZ | 37.3 | 40.15 | 24.85 | - |
| YUV | 168.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 124 | 0 | 0.07 | 0.32 | 0.29 | 47.59 | 0.28 | 0.6 |
| Hex | B6 | AA | 7C | 0 | 7 | 20 | 1D | 30 | 1C | 3C |
| Octal | 266 | 252 | 174 | 0 | 7 | 40 | 35 | 60 | 34 | 74 |
| Binary | 10110110 | 10101010 | 1111100 | 0 | 111 | 100000 | 11101 | 110000 | 11100 | 111100 |
Color Harmonies of #B6AA7C
Complementary color
Monochromatic Colors of #B6AA7C
Black with #B6AA7C
Text Example
Text Example
White with #B6AA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AA7C; }
p { color: rgb(182,170,124); }
H1.HeaderClassName
{
color: #B6AA7C;
}
.AnyTagClassName
{
color: #B6AA7C;
}
</style>
background-color css
<style>
a { background-color: #B6AA7C; }
a { background-color: rgb(182,170,124); }
div.DivClassName
{
background-color: #B6AA7C;
}
.BgClassName
{
background-color: #B6AA7C;
}
</style>
border-color css
<style>
span { border-color: #B6AA7C; }
span { border-color: rgb(182,170,124); }
td.TdClassName
{
border-color: #B6AA7C;
}
.TagClassName
{
border-color: #B6AA7C;
}
</style>