Shades of Pavlova #B6A38D
Tints of Pavlova #B6A38D
RGB
CMYK
RGB Variations
Color information
#B6A38D (or 0xB6A38D) is known color: Pavlova. HEX triplet: B6, A3 and 8D. RGB value is (182,163,141). Sum of RGB (Red+Green+Blue) = 182+163+141=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A38D is #495C72. Grayscale: #A6A6A6. Windows color (decimal): -4807795 or 9282486. OLE color: 9282486.
HSL color Cylindrical-coordinate representation of color #B6A38D: hue angle of 32.2º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6A38D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 141 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.29 |
| HSL | 32.2º | 0.22% | 0.63% | - |
| HSV(B) | 32.2º | 0.23% | 0.71% | - |
| XYZ | 37.2 | 38.06 | 30.59 | - |
| YUV | 166.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 141 | 0 | 0.10 | 0.23 | 0.29 | 32.2 | 0.22 | 0.63 |
| Hex | B6 | A3 | 8D | 0 | A | 17 | 1D | 20 | 16 | 3F |
| Octal | 266 | 243 | 215 | 0 | 12 | 27 | 35 | 40 | 26 | 77 |
| Binary | 10110110 | 10100011 | 10001101 | 0 | 1010 | 10111 | 11101 | 100000 | 10110 | 111111 |
Color Harmonies of #B6A38D
Complementary color
Monochromatic Colors of #B6A38D
Black with #B6A38D
Text Example
Text Example
White with #B6A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A38D; }
p { color: rgb(182,163,141); }
H1.HeaderClassName
{
color: #B6A38D;
}
.AnyTagClassName
{
color: #B6A38D;
}
</style>
background-color css
<style>
a { background-color: #B6A38D; }
a { background-color: rgb(182,163,141); }
div.DivClassName
{
background-color: #B6A38D;
}
.BgClassName
{
background-color: #B6A38D;
}
</style>
border-color css
<style>
span { border-color: #B6A38D; }
span { border-color: rgb(182,163,141); }
td.TdClassName
{
border-color: #B6A38D;
}
.TagClassName
{
border-color: #B6A38D;
}
</style>