Shades of Pavlova #B5A77E
Tints of Pavlova #B5A77E
RGB
CMYK
RGB Variations
Color information
#B5A77E (or 0xB5A77E) is known color: Pavlova. HEX triplet: B5, A7 and 7E. RGB value is (181,167,126). Sum of RGB (Red+Green+Blue) = 181+167+126=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A77E is #4A5881. Grayscale: #A6A6A6. Windows color (decimal): -4872322 or 8300469. OLE color: 8300469.
HSL color Cylindrical-coordinate representation of color #B5A77E: hue angle of 44.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A77E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 167 | 126 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.29 |
| HSL | 44.73º | 0.27% | 0.6% | - |
| HSV(B) | 44.73º | 0.3% | 0.71% | - |
| XYZ | 36.64 | 38.97 | 25.33 | - |
| YUV | 166.51 | 105.14 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 167 | 126 | 0 | 0.08 | 0.30 | 0.29 | 44.73 | 0.27 | 0.6 |
| Hex | B5 | A7 | 7E | 0 | 8 | 1E | 1D | 2D | 1B | 3C |
| Octal | 265 | 247 | 176 | 0 | 10 | 36 | 35 | 55 | 33 | 74 |
| Binary | 10110101 | 10100111 | 1111110 | 0 | 1000 | 11110 | 11101 | 101101 | 11011 | 111100 |
Color Harmonies of #B5A77E
Complementary color
Monochromatic Colors of #B5A77E
Black with #B5A77E
Text Example
Text Example
White with #B5A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A77E; }
p { color: rgb(181,167,126); }
H1.HeaderClassName
{
color: #B5A77E;
}
.AnyTagClassName
{
color: #B5A77E;
}
</style>
background-color css
<style>
a { background-color: #B5A77E; }
a { background-color: rgb(181,167,126); }
div.DivClassName
{
background-color: #B5A77E;
}
.BgClassName
{
background-color: #B5A77E;
}
</style>
border-color css
<style>
span { border-color: #B5A77E; }
span { border-color: rgb(181,167,126); }
td.TdClassName
{
border-color: #B5A77E;
}
.TagClassName
{
border-color: #B5A77E;
}
</style>