Shades of Pavlova #B6A48E
Tints of Pavlova #B6A48E
RGB
CMYK
RGB Variations
Color information
#B6A48E (or 0xB6A48E) is known color: Pavlova. HEX triplet: B6, A4 and 8E. RGB value is (182,164,142). Sum of RGB (Red+Green+Blue) = 182+164+142=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A48E is #495B71. Grayscale: #A6A6A6. Windows color (decimal): -4807538 or 9348278. OLE color: 9348278.
HSL color Cylindrical-coordinate representation of color #B6A48E: hue angle of 33º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A48E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 142 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.29 |
| HSL | 33º | 0.22% | 0.64% | - |
| HSV(B) | 33º | 0.22% | 0.71% | - |
| XYZ | 37.45 | 38.45 | 31.04 | - |
| YUV | 166.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 142 | 0 | 0.10 | 0.22 | 0.29 | 33 | 0.22 | 0.64 |
| Hex | B6 | A4 | 8E | 0 | A | 16 | 1D | 21 | 16 | 40 |
| Octal | 266 | 244 | 216 | 0 | 12 | 26 | 35 | 41 | 26 | 100 |
| Binary | 10110110 | 10100100 | 10001110 | 0 | 1010 | 10110 | 11101 | 100001 | 10110 | 1000000 |
Color Harmonies of #B6A48E
Complementary color
Monochromatic Colors of #B6A48E
Black with #B6A48E
Text Example
Text Example
White with #B6A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A48E; }
p { color: rgb(182,164,142); }
H1.HeaderClassName
{
color: #B6A48E;
}
.AnyTagClassName
{
color: #B6A48E;
}
</style>
background-color css
<style>
a { background-color: #B6A48E; }
a { background-color: rgb(182,164,142); }
div.DivClassName
{
background-color: #B6A48E;
}
.BgClassName
{
background-color: #B6A48E;
}
</style>
border-color css
<style>
span { border-color: #B6A48E; }
span { border-color: rgb(182,164,142); }
td.TdClassName
{
border-color: #B6A48E;
}
.TagClassName
{
border-color: #B6A48E;
}
</style>