Shades of Pavlova #B6A777
Tints of Pavlova #B6A777
RGB
CMYK
RGB Variations
Color information
#B6A777 (or 0xB6A777) is known color: Pavlova. HEX triplet: B6, A7 and 77. RGB value is (182,167,119). Sum of RGB (Red+Green+Blue) = 182+167+119=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A777 is #495888. Grayscale: #A6A6A6. Windows color (decimal): -4806793 or 7841718. OLE color: 7841718.
HSL color Cylindrical-coordinate representation of color #B6A777: hue angle of 45.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6A777 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 167 | 119 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.29 |
| HSL | 45.71º | 0.3% | 0.59% | - |
| HSV(B) | 45.71º | 0.35% | 0.71% | - |
| XYZ | 36.44 | 38.91 | 23.04 | - |
| YUV | 166.01 | 101.47 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 167 | 119 | 0 | 0.08 | 0.35 | 0.29 | 45.71 | 0.3 | 0.59 |
| Hex | B6 | A7 | 77 | 0 | 8 | 23 | 1D | 2E | 1E | 3B |
| Octal | 266 | 247 | 167 | 0 | 10 | 43 | 35 | 56 | 36 | 73 |
| Binary | 10110110 | 10100111 | 1110111 | 0 | 1000 | 100011 | 11101 | 101110 | 11110 | 111011 |
Color Harmonies of #B6A777
Complementary color
Monochromatic Colors of #B6A777
Black with #B6A777
Text Example
Text Example
White with #B6A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A777; }
p { color: rgb(182,167,119); }
H1.HeaderClassName
{
color: #B6A777;
}
.AnyTagClassName
{
color: #B6A777;
}
</style>
background-color css
<style>
a { background-color: #B6A777; }
a { background-color: rgb(182,167,119); }
div.DivClassName
{
background-color: #B6A777;
}
.BgClassName
{
background-color: #B6A777;
}
</style>
border-color css
<style>
span { border-color: #B6A777; }
span { border-color: rgb(182,167,119); }
td.TdClassName
{
border-color: #B6A777;
}
.TagClassName
{
border-color: #B6A777;
}
</style>