Shades of Pavlova #B6A07C
Tints of Pavlova #B6A07C
RGB
CMYK
RGB Variations
Color information
#B6A07C (or 0xB6A07C) is known color: Pavlova. HEX triplet: B6, A0 and 7C. RGB value is (182,160,124). Sum of RGB (Red+Green+Blue) = 182+160+124=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A07C is #495F83. Grayscale: #A2A2A2. Windows color (decimal): -4808580 or 8167606. OLE color: 8167606.
HSL color Cylindrical-coordinate representation of color #B6A07C: hue angle of 37.24º 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 #B6A07C is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 124 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.29 |
| HSL | 37.24º | 0.28% | 0.6% | - |
| HSV(B) | 37.24º | 0.32% | 0.71% | - |
| XYZ | 35.5 | 36.54 | 24.25 | - |
| YUV | 162.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 124 | 0 | 0.12 | 0.32 | 0.29 | 37.24 | 0.28 | 0.6 |
| Hex | B6 | A0 | 7C | 0 | C | 20 | 1D | 25 | 1C | 3C |
| Octal | 266 | 240 | 174 | 0 | 14 | 40 | 35 | 45 | 34 | 74 |
| Binary | 10110110 | 10100000 | 1111100 | 0 | 1100 | 100000 | 11101 | 100101 | 11100 | 111100 |
Color Harmonies of #B6A07C
Complementary color
Monochromatic Colors of #B6A07C
Black with #B6A07C
Text Example
Text Example
White with #B6A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A07C; }
p { color: rgb(182,160,124); }
H1.HeaderClassName
{
color: #B6A07C;
}
.AnyTagClassName
{
color: #B6A07C;
}
</style>
background-color css
<style>
a { background-color: #B6A07C; }
a { background-color: rgb(182,160,124); }
div.DivClassName
{
background-color: #B6A07C;
}
.BgClassName
{
background-color: #B6A07C;
}
</style>
border-color css
<style>
span { border-color: #B6A07C; }
span { border-color: rgb(182,160,124); }
td.TdClassName
{
border-color: #B6A07C;
}
.TagClassName
{
border-color: #B6A07C;
}
</style>