Shades of Pavlova #B6A68C
Tints of Pavlova #B6A68C
RGB
CMYK
RGB Variations
Color information
#B6A68C (or 0xB6A68C) is known color: Pavlova. HEX triplet: B6, A6 and 8C. RGB value is (182,166,140). Sum of RGB (Red+Green+Blue) = 182+166+140=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A68C is #495973. Grayscale: #A7A7A7. Windows color (decimal): -4807028 or 9217718. OLE color: 9217718.
HSL color Cylindrical-coordinate representation of color #B6A68C: hue angle of 37.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6A68C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 140 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.29 |
| HSL | 37.14º | 0.22% | 0.63% | - |
| HSV(B) | 37.14º | 0.23% | 0.71% | - |
| XYZ | 37.66 | 39.11 | 30.38 | - |
| YUV | 167.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 140 | 0 | 0.09 | 0.23 | 0.29 | 37.14 | 0.22 | 0.63 |
| Hex | B6 | A6 | 8C | 0 | 9 | 17 | 1D | 25 | 16 | 3F |
| Octal | 266 | 246 | 214 | 0 | 11 | 27 | 35 | 45 | 26 | 77 |
| Binary | 10110110 | 10100110 | 10001100 | 0 | 1001 | 10111 | 11101 | 100101 | 10110 | 111111 |
Color Harmonies of #B6A68C
Complementary color
Monochromatic Colors of #B6A68C
Black with #B6A68C
Text Example
Text Example
White with #B6A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A68C; }
p { color: rgb(182,166,140); }
H1.HeaderClassName
{
color: #B6A68C;
}
.AnyTagClassName
{
color: #B6A68C;
}
</style>
background-color css
<style>
a { background-color: #B6A68C; }
a { background-color: rgb(182,166,140); }
div.DivClassName
{
background-color: #B6A68C;
}
.BgClassName
{
background-color: #B6A68C;
}
</style>
border-color css
<style>
span { border-color: #B6A68C; }
span { border-color: rgb(182,166,140); }
td.TdClassName
{
border-color: #B6A68C;
}
.TagClassName
{
border-color: #B6A68C;
}
</style>