Shades of Pavlova #B6A978
Tints of Pavlova #B6A978
RGB
CMYK
RGB Variations
Color information
#B6A978 (or 0xB6A978) is known color: Pavlova. HEX triplet: B6, A9 and 78. RGB value is (182,169,120). Sum of RGB (Red+Green+Blue) = 182+169+120=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A978 is #495687. Grayscale: #A7A7A7. Windows color (decimal): -4806280 or 7907766. OLE color: 7907766.
HSL color Cylindrical-coordinate representation of color #B6A978: hue angle of 47.42º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A978 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 169 | 120 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.29 |
| HSL | 47.42º | 0.3% | 0.59% | - |
| HSV(B) | 47.42º | 0.34% | 0.71% | - |
| XYZ | 36.87 | 39.68 | 23.48 | - |
| YUV | 167.3 | 101.31 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 169 | 120 | 0 | 0.07 | 0.34 | 0.29 | 47.42 | 0.3 | 0.59 |
| Hex | B6 | A9 | 78 | 0 | 7 | 22 | 1D | 2F | 1E | 3B |
| Octal | 266 | 251 | 170 | 0 | 7 | 42 | 35 | 57 | 36 | 73 |
| Binary | 10110110 | 10101001 | 1111000 | 0 | 111 | 100010 | 11101 | 101111 | 11110 | 111011 |
Color Harmonies of #B6A978
Complementary color
Monochromatic Colors of #B6A978
Black with #B6A978
Text Example
Text Example
White with #B6A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A978; }
p { color: rgb(182,169,120); }
H1.HeaderClassName
{
color: #B6A978;
}
.AnyTagClassName
{
color: #B6A978;
}
</style>
background-color css
<style>
a { background-color: #B6A978; }
a { background-color: rgb(182,169,120); }
div.DivClassName
{
background-color: #B6A978;
}
.BgClassName
{
background-color: #B6A978;
}
</style>
border-color css
<style>
span { border-color: #B6A978; }
span { border-color: rgb(182,169,120); }
td.TdClassName
{
border-color: #B6A978;
}
.TagClassName
{
border-color: #B6A978;
}
</style>