Shades of Pavlova #B6A488
Tints of Pavlova #B6A488
RGB
CMYK
RGB Variations
Color information
#B6A488 (or 0xB6A488) is known color: Pavlova. HEX triplet: B6, A4 and 88. RGB value is (182,164,136). Sum of RGB (Red+Green+Blue) = 182+164+136=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A488 is #495B77. Grayscale: #A6A6A6. Windows color (decimal): -4807544 or 8955062. OLE color: 8955062.
HSL color Cylindrical-coordinate representation of color #B6A488: hue angle of 36.52º 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 #B6A488 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 136 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.29 |
| HSL | 36.52º | 0.24% | 0.62% | - |
| HSV(B) | 36.52º | 0.25% | 0.71% | - |
| XYZ | 37.01 | 38.27 | 28.73 | - |
| YUV | 166.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 136 | 0 | 0.10 | 0.25 | 0.29 | 36.52 | 0.24 | 0.62 |
| Hex | B6 | A4 | 88 | 0 | A | 19 | 1D | 25 | 18 | 3E |
| Octal | 266 | 244 | 210 | 0 | 12 | 31 | 35 | 45 | 30 | 76 |
| Binary | 10110110 | 10100100 | 10001000 | 0 | 1010 | 11001 | 11101 | 100101 | 11000 | 111110 |
Color Harmonies of #B6A488
Complementary color
Monochromatic Colors of #B6A488
Black with #B6A488
Text Example
Text Example
White with #B6A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A488; }
p { color: rgb(182,164,136); }
H1.HeaderClassName
{
color: #B6A488;
}
.AnyTagClassName
{
color: #B6A488;
}
</style>
background-color css
<style>
a { background-color: #B6A488; }
a { background-color: rgb(182,164,136); }
div.DivClassName
{
background-color: #B6A488;
}
.BgClassName
{
background-color: #B6A488;
}
</style>
border-color css
<style>
span { border-color: #B6A488; }
span { border-color: rgb(182,164,136); }
td.TdClassName
{
border-color: #B6A488;
}
.TagClassName
{
border-color: #B6A488;
}
</style>