Shades of Pavlova #B6A68A
Tints of Pavlova #B6A68A
RGB
CMYK
RGB Variations
Color information
#B6A68A (or 0xB6A68A) is known color: Pavlova. HEX triplet: B6, A6 and 8A. RGB value is (182,166,138). Sum of RGB (Red+Green+Blue) = 182+166+138=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A68A is #495975. Grayscale: #A7A7A7. Windows color (decimal): -4807030 or 9086646. OLE color: 9086646.
HSL color Cylindrical-coordinate representation of color #B6A68A: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6A68A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 166 | 138 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.29 |
| HSL | 38.18º | 0.23% | 0.63% | - |
| HSV(B) | 38.18º | 0.24% | 0.71% | - |
| XYZ | 37.52 | 39.05 | 29.61 | - |
| YUV | 167.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 138 | 0 | 0.09 | 0.24 | 0.29 | 38.18 | 0.23 | 0.63 |
| Hex | B6 | A6 | 8A | 0 | 9 | 18 | 1D | 26 | 17 | 3F |
| Octal | 266 | 246 | 212 | 0 | 11 | 30 | 35 | 46 | 27 | 77 |
| Binary | 10110110 | 10100110 | 10001010 | 0 | 1001 | 11000 | 11101 | 100110 | 10111 | 111111 |
Color Harmonies of #B6A68A
Complementary color
Monochromatic Colors of #B6A68A
Black with #B6A68A
Text Example
Text Example
White with #B6A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A68A; }
p { color: rgb(182,166,138); }
H1.HeaderClassName
{
color: #B6A68A;
}
.AnyTagClassName
{
color: #B6A68A;
}
</style>
background-color css
<style>
a { background-color: #B6A68A; }
a { background-color: rgb(182,166,138); }
div.DivClassName
{
background-color: #B6A68A;
}
.BgClassName
{
background-color: #B6A68A;
}
</style>
border-color css
<style>
span { border-color: #B6A68A; }
span { border-color: rgb(182,166,138); }
td.TdClassName
{
border-color: #B6A68A;
}
.TagClassName
{
border-color: #B6A68A;
}
</style>