Shades of Pavlova #B6A284
Tints of Pavlova #B6A284
RGB
CMYK
RGB Variations
Color information
#B6A284 (or 0xB6A284) is known color: Pavlova. HEX triplet: B6, A2 and 84. RGB value is (182,162,132). Sum of RGB (Red+Green+Blue) = 182+162+132=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A284 is #495D7B. Grayscale: #A4A4A4. Windows color (decimal): -4808060 or 8692406. OLE color: 8692406.
HSL color Cylindrical-coordinate representation of color #B6A284: hue angle of 36º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6A284 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 132 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.29 |
| HSL | 36º | 0.26% | 0.62% | - |
| HSV(B) | 36º | 0.27% | 0.71% | - |
| XYZ | 36.38 | 37.45 | 27.14 | - |
| YUV | 164.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 132 | 0 | 0.11 | 0.27 | 0.29 | 36 | 0.26 | 0.62 |
| Hex | B6 | A2 | 84 | 0 | B | 1B | 1D | 24 | 1A | 3E |
| Octal | 266 | 242 | 204 | 0 | 13 | 33 | 35 | 44 | 32 | 76 |
| Binary | 10110110 | 10100010 | 10000100 | 0 | 1011 | 11011 | 11101 | 100100 | 11010 | 111110 |
Color Harmonies of #B6A284
Complementary color
Monochromatic Colors of #B6A284
Black with #B6A284
Text Example
Text Example
White with #B6A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A284; }
p { color: rgb(182,162,132); }
H1.HeaderClassName
{
color: #B6A284;
}
.AnyTagClassName
{
color: #B6A284;
}
</style>
background-color css
<style>
a { background-color: #B6A284; }
a { background-color: rgb(182,162,132); }
div.DivClassName
{
background-color: #B6A284;
}
.BgClassName
{
background-color: #B6A284;
}
</style>
border-color css
<style>
span { border-color: #B6A284; }
span { border-color: rgb(182,162,132); }
td.TdClassName
{
border-color: #B6A284;
}
.TagClassName
{
border-color: #B6A284;
}
</style>