Shades of Pavlova #B6A388
Tints of Pavlova #B6A388
RGB
CMYK
RGB Variations
Color information
#B6A388 (or 0xB6A388) is known color: Pavlova. HEX triplet: B6, A3 and 88. RGB value is (182,163,136). Sum of RGB (Red+Green+Blue) = 182+163+136=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A388 is #495C77. Grayscale: #A5A5A5. Windows color (decimal): -4807800 or 8954806. OLE color: 8954806.
HSL color Cylindrical-coordinate representation of color #B6A388: hue angle of 35.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6A388 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 136 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.29 |
| HSL | 35.22º | 0.24% | 0.62% | - |
| HSV(B) | 35.22º | 0.25% | 0.71% | - |
| XYZ | 36.83 | 37.92 | 28.67 | - |
| YUV | 165.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 136 | 0 | 0.10 | 0.25 | 0.29 | 35.22 | 0.24 | 0.62 |
| Hex | B6 | A3 | 88 | 0 | A | 19 | 1D | 23 | 18 | 3E |
| Octal | 266 | 243 | 210 | 0 | 12 | 31 | 35 | 43 | 30 | 76 |
| Binary | 10110110 | 10100011 | 10001000 | 0 | 1010 | 11001 | 11101 | 100011 | 11000 | 111110 |
Color Harmonies of #B6A388
Complementary color
Monochromatic Colors of #B6A388
Black with #B6A388
Text Example
Text Example
White with #B6A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A388; }
p { color: rgb(182,163,136); }
H1.HeaderClassName
{
color: #B6A388;
}
.AnyTagClassName
{
color: #B6A388;
}
</style>
background-color css
<style>
a { background-color: #B6A388; }
a { background-color: rgb(182,163,136); }
div.DivClassName
{
background-color: #B6A388;
}
.BgClassName
{
background-color: #B6A388;
}
</style>
border-color css
<style>
span { border-color: #B6A388; }
span { border-color: rgb(182,163,136); }
td.TdClassName
{
border-color: #B6A388;
}
.TagClassName
{
border-color: #B6A388;
}
</style>