Shades of Pavlova #B6A988
Tints of Pavlova #B6A988
RGB
CMYK
RGB Variations
Color information
#B6A988 (or 0xB6A988) is known color: Pavlova. HEX triplet: B6, A9 and 88. RGB value is (182,169,136). Sum of RGB (Red+Green+Blue) = 182+169+136=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A988 is #495677. Grayscale: #A9A9A9. Windows color (decimal): -4806264 or 8956342. OLE color: 8956342.
HSL color Cylindrical-coordinate representation of color #B6A988: hue angle of 43.04º 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 #B6A988 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 136 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.29 |
| HSL | 43.04º | 0.24% | 0.62% | - |
| HSV(B) | 43.04º | 0.25% | 0.71% | - |
| XYZ | 37.92 | 40.1 | 29.03 | - |
| YUV | 169.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 136 | 0 | 0.07 | 0.25 | 0.29 | 43.04 | 0.24 | 0.62 |
| Hex | B6 | A9 | 88 | 0 | 7 | 19 | 1D | 2B | 18 | 3E |
| Octal | 266 | 251 | 210 | 0 | 7 | 31 | 35 | 53 | 30 | 76 |
| Binary | 10110110 | 10101001 | 10001000 | 0 | 111 | 11001 | 11101 | 101011 | 11000 | 111110 |
Color Harmonies of #B6A988
Complementary color
Monochromatic Colors of #B6A988
Black with #B6A988
Text Example
Text Example
White with #B6A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A988; }
p { color: rgb(182,169,136); }
H1.HeaderClassName
{
color: #B6A988;
}
.AnyTagClassName
{
color: #B6A988;
}
</style>
background-color css
<style>
a { background-color: #B6A988; }
a { background-color: rgb(182,169,136); }
div.DivClassName
{
background-color: #B6A988;
}
.BgClassName
{
background-color: #B6A988;
}
</style>
border-color css
<style>
span { border-color: #B6A988; }
span { border-color: rgb(182,169,136); }
td.TdClassName
{
border-color: #B6A988;
}
.TagClassName
{
border-color: #B6A988;
}
</style>