Shades of Pavlova #B5A37F
Tints of Pavlova #B5A37F
RGB
CMYK
RGB Variations
Color information
#B5A37F (or 0xB5A37F) is known color: Pavlova. HEX triplet: B5, A3 and 7F. RGB value is (181,163,127). Sum of RGB (Red+Green+Blue) = 181+163+127=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A37F is #4A5C80. Grayscale: #A4A4A4. Windows color (decimal): -4873345 or 8364981. OLE color: 8364981.
HSL color Cylindrical-coordinate representation of color #B5A37F: hue angle of 40º 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 #B5A37F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 127 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.29 |
| HSL | 40º | 0.27% | 0.6% | - |
| HSV(B) | 40º | 0.3% | 0.71% | - |
| XYZ | 35.98 | 37.55 | 25.43 | - |
| YUV | 164.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 127 | 0 | 0.10 | 0.30 | 0.29 | 40 | 0.27 | 0.6 |
| Hex | B5 | A3 | 7F | 0 | A | 1E | 1D | 28 | 1B | 3C |
| Octal | 265 | 243 | 177 | 0 | 12 | 36 | 35 | 50 | 33 | 74 |
| Binary | 10110101 | 10100011 | 1111111 | 0 | 1010 | 11110 | 11101 | 101000 | 11011 | 111100 |
Color Harmonies of #B5A37F
Complementary color
Monochromatic Colors of #B5A37F
Black with #B5A37F
Text Example
Text Example
White with #B5A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A37F; }
p { color: rgb(181,163,127); }
H1.HeaderClassName
{
color: #B5A37F;
}
.AnyTagClassName
{
color: #B5A37F;
}
</style>
background-color css
<style>
a { background-color: #B5A37F; }
a { background-color: rgb(181,163,127); }
div.DivClassName
{
background-color: #B5A37F;
}
.BgClassName
{
background-color: #B5A37F;
}
</style>
border-color css
<style>
span { border-color: #B5A37F; }
span { border-color: rgb(181,163,127); }
td.TdClassName
{
border-color: #B5A37F;
}
.TagClassName
{
border-color: #B5A37F;
}
</style>