Shades of Pavlova #B6A588
Tints of Pavlova #B6A588
RGB
CMYK
RGB Variations
Color information
#B6A588 (or 0xB6A588) is known color: Pavlova. HEX triplet: B6, A5 and 88. RGB value is (182,165,136). Sum of RGB (Red+Green+Blue) = 182+165+136=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A588 is #495A77. Grayscale: #A6A6A6. Windows color (decimal): -4807288 or 8955318. OLE color: 8955318.
HSL color Cylindrical-coordinate representation of color #B6A588: hue angle of 37.83º 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 #B6A588 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 165 | 136 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.29 |
| HSL | 37.83º | 0.24% | 0.62% | - |
| HSV(B) | 37.83º | 0.25% | 0.71% | - |
| XYZ | 37.19 | 38.63 | 28.79 | - |
| YUV | 166.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 165 | 136 | 0 | 0.09 | 0.25 | 0.29 | 37.83 | 0.24 | 0.62 |
| Hex | B6 | A5 | 88 | 0 | 9 | 19 | 1D | 26 | 18 | 3E |
| Octal | 266 | 245 | 210 | 0 | 11 | 31 | 35 | 46 | 30 | 76 |
| Binary | 10110110 | 10100101 | 10001000 | 0 | 1001 | 11001 | 11101 | 100110 | 11000 | 111110 |
Color Harmonies of #B6A588
Complementary color
Monochromatic Colors of #B6A588
Black with #B6A588
Text Example
Text Example
White with #B6A588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A588; }
p { color: rgb(182,165,136); }
H1.HeaderClassName
{
color: #B6A588;
}
.AnyTagClassName
{
color: #B6A588;
}
</style>
background-color css
<style>
a { background-color: #B6A588; }
a { background-color: rgb(182,165,136); }
div.DivClassName
{
background-color: #B6A588;
}
.BgClassName
{
background-color: #B6A588;
}
</style>
border-color css
<style>
span { border-color: #B6A588; }
span { border-color: rgb(182,165,136); }
td.TdClassName
{
border-color: #B6A588;
}
.TagClassName
{
border-color: #B6A588;
}
</style>