Shades of Pavlova #B6A38C
Tints of Pavlova #B6A38C
RGB
CMYK
RGB Variations
Color information
#B6A38C (or 0xB6A38C) is known color: Pavlova. HEX triplet: B6, A3 and 8C. RGB value is (182,163,140). Sum of RGB (Red+Green+Blue) = 182+163+140=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A38C is #495C73. Grayscale: #A6A6A6. Windows color (decimal): -4807796 or 9216950. OLE color: 9216950.
HSL color Cylindrical-coordinate representation of color #B6A38C: hue angle of 32.86º 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 #B6A38C is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 140 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.29 |
| HSL | 32.86º | 0.22% | 0.63% | - |
| HSV(B) | 32.86º | 0.23% | 0.71% | - |
| XYZ | 37.12 | 38.03 | 30.2 | - |
| YUV | 166.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 140 | 0 | 0.10 | 0.23 | 0.29 | 32.86 | 0.22 | 0.63 |
| Hex | B6 | A3 | 8C | 0 | A | 17 | 1D | 21 | 16 | 3F |
| Octal | 266 | 243 | 214 | 0 | 12 | 27 | 35 | 41 | 26 | 77 |
| Binary | 10110110 | 10100011 | 10001100 | 0 | 1010 | 10111 | 11101 | 100001 | 10110 | 111111 |
Color Harmonies of #B6A38C
Complementary color
Monochromatic Colors of #B6A38C
Black with #B6A38C
Text Example
Text Example
White with #B6A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A38C; }
p { color: rgb(182,163,140); }
H1.HeaderClassName
{
color: #B6A38C;
}
.AnyTagClassName
{
color: #B6A38C;
}
</style>
background-color css
<style>
a { background-color: #B6A38C; }
a { background-color: rgb(182,163,140); }
div.DivClassName
{
background-color: #B6A38C;
}
.BgClassName
{
background-color: #B6A38C;
}
</style>
border-color css
<style>
span { border-color: #B6A38C; }
span { border-color: rgb(182,163,140); }
td.TdClassName
{
border-color: #B6A38C;
}
.TagClassName
{
border-color: #B6A38C;
}
</style>