Shades of Pavlova #B6A78D
Tints of Pavlova #B6A78D
RGB
CMYK
RGB Variations
Color information
#B6A78D (or 0xB6A78D) is known color: Pavlova. HEX triplet: B6, A7 and 8D. RGB value is (182,167,141). Sum of RGB (Red+Green+Blue) = 182+167+141=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A78D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A78D is #495872. Grayscale: #A8A8A8. Windows color (decimal): -4806771 or 9283510. OLE color: 9283510.
HSL color Cylindrical-coordinate representation of color #B6A78D: hue angle of 38.05º 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 #B6A78D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 167 | 141 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.29 |
| HSL | 38.05º | 0.22% | 0.63% | - |
| HSV(B) | 38.05º | 0.23% | 0.71% | - |
| XYZ | 37.92 | 39.51 | 30.83 | - |
| YUV | 168.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 167 | 141 | 0 | 0.08 | 0.23 | 0.29 | 38.05 | 0.22 | 0.63 |
| Hex | B6 | A7 | 8D | 0 | 8 | 17 | 1D | 26 | 16 | 3F |
| Octal | 266 | 247 | 215 | 0 | 10 | 27 | 35 | 46 | 26 | 77 |
| Binary | 10110110 | 10100111 | 10001101 | 0 | 1000 | 10111 | 11101 | 100110 | 10110 | 111111 |
Color Harmonies of #B6A78D
Complementary color
Monochromatic Colors of #B6A78D
Black with #B6A78D
Text Example
Text Example
White with #B6A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A78D; }
p { color: rgb(182,167,141); }
H1.HeaderClassName
{
color: #B6A78D;
}
.AnyTagClassName
{
color: #B6A78D;
}
</style>
background-color css
<style>
a { background-color: #B6A78D; }
a { background-color: rgb(182,167,141); }
div.DivClassName
{
background-color: #B6A78D;
}
.BgClassName
{
background-color: #B6A78D;
}
</style>
border-color css
<style>
span { border-color: #B6A78D; }
span { border-color: rgb(182,167,141); }
td.TdClassName
{
border-color: #B6A78D;
}
.TagClassName
{
border-color: #B6A78D;
}
</style>