Shades of Pavlova #B6A179
Tints of Pavlova #B6A179
RGB
CMYK
RGB Variations
Color information
#B6A179 (or 0xB6A179) is known color: Pavlova. HEX triplet: B6, A1 and 79. RGB value is (182,161,121). Sum of RGB (Red+Green+Blue) = 182+161+121=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A179 is #495E86. Grayscale: #A2A2A2. Windows color (decimal): -4808327 or 7971254. OLE color: 7971254.
HSL color Cylindrical-coordinate representation of color #B6A179: hue angle of 39.34º degrees, saturation: 0.29, 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 #B6A179 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 121 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.29 |
| HSL | 39.34º | 0.29% | 0.59% | - |
| HSV(B) | 39.34º | 0.34% | 0.71% | - |
| XYZ | 35.49 | 36.82 | 23.32 | - |
| YUV | 162.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 121 | 0 | 0.12 | 0.34 | 0.29 | 39.34 | 0.29 | 0.59 |
| Hex | B6 | A1 | 79 | 0 | C | 22 | 1D | 27 | 1D | 3B |
| Octal | 266 | 241 | 171 | 0 | 14 | 42 | 35 | 47 | 35 | 73 |
| Binary | 10110110 | 10100001 | 1111001 | 0 | 1100 | 100010 | 11101 | 100111 | 11101 | 111011 |
Color Harmonies of #B6A179
Complementary color
Monochromatic Colors of #B6A179
Black with #B6A179
Text Example
Text Example
White with #B6A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A179; }
p { color: rgb(182,161,121); }
H1.HeaderClassName
{
color: #B6A179;
}
.AnyTagClassName
{
color: #B6A179;
}
</style>
background-color css
<style>
a { background-color: #B6A179; }
a { background-color: rgb(182,161,121); }
div.DivClassName
{
background-color: #B6A179;
}
.BgClassName
{
background-color: #B6A179;
}
</style>
border-color css
<style>
span { border-color: #B6A179; }
span { border-color: rgb(182,161,121); }
td.TdClassName
{
border-color: #B6A179;
}
.TagClassName
{
border-color: #B6A179;
}
</style>