Shades of Pavlova #B5A77B
Tints of Pavlova #B5A77B
RGB
CMYK
RGB Variations
Color information
#B5A77B (or 0xB5A77B) is known color: Pavlova. HEX triplet: B5, A7 and 7B. RGB value is (181,167,123). Sum of RGB (Red+Green+Blue) = 181+167+123=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A77B is #4A5884. Grayscale: #A6A6A6. Windows color (decimal): -4872325 or 8103861. OLE color: 8103861.
HSL color Cylindrical-coordinate representation of color #B5A77B: hue angle of 45.52º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A77B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 123 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.29 |
| HSL | 45.52º | 0.28% | 0.6% | - |
| HSV(B) | 45.52º | 0.32% | 0.71% | - |
| XYZ | 36.45 | 38.89 | 24.32 | - |
| YUV | 166.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 123 | 0 | 0.08 | 0.32 | 0.29 | 45.52 | 0.28 | 0.6 |
| Hex | B5 | A7 | 7B | 0 | 8 | 20 | 1D | 2E | 1C | 3C |
| Octal | 265 | 247 | 173 | 0 | 10 | 40 | 35 | 56 | 34 | 74 |
| Binary | 10110101 | 10100111 | 1111011 | 0 | 1000 | 100000 | 11101 | 101110 | 11100 | 111100 |
Color Harmonies of #B5A77B
Complementary color
Monochromatic Colors of #B5A77B
Black with #B5A77B
Text Example
Text Example
White with #B5A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A77B; }
p { color: rgb(181,167,123); }
H1.HeaderClassName
{
color: #B5A77B;
}
.AnyTagClassName
{
color: #B5A77B;
}
</style>
background-color css
<style>
a { background-color: #B5A77B; }
a { background-color: rgb(181,167,123); }
div.DivClassName
{
background-color: #B5A77B;
}
.BgClassName
{
background-color: #B5A77B;
}
</style>
border-color css
<style>
span { border-color: #B5A77B; }
span { border-color: rgb(181,167,123); }
td.TdClassName
{
border-color: #B5A77B;
}
.TagClassName
{
border-color: #B5A77B;
}
</style>