Shades of Pavlova #B5A37A
Tints of Pavlova #B5A37A
RGB
CMYK
RGB Variations
Color information
#B5A37A (or 0xB5A37A) is known color: Pavlova. HEX triplet: B5, A3 and 7A. RGB value is (181,163,122). Sum of RGB (Red+Green+Blue) = 181+163+122=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A37A is #4A5C85. Grayscale: #A3A3A3. Windows color (decimal): -4873350 or 8037301. OLE color: 8037301.
HSL color Cylindrical-coordinate representation of color #B5A37A: hue angle of 41.69º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A37A is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 122 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.29 |
| HSL | 41.69º | 0.29% | 0.59% | - |
| HSV(B) | 41.69º | 0.33% | 0.71% | - |
| XYZ | 35.67 | 37.42 | 23.76 | - |
| YUV | 163.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 122 | 0 | 0.10 | 0.33 | 0.29 | 41.69 | 0.29 | 0.59 |
| Hex | B5 | A3 | 7A | 0 | A | 21 | 1D | 2A | 1D | 3B |
| Octal | 265 | 243 | 172 | 0 | 12 | 41 | 35 | 52 | 35 | 73 |
| Binary | 10110101 | 10100011 | 1111010 | 0 | 1010 | 100001 | 11101 | 101010 | 11101 | 111011 |
Color Harmonies of #B5A37A
Complementary color
Monochromatic Colors of #B5A37A
Black with #B5A37A
Text Example
Text Example
White with #B5A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A37A; }
p { color: rgb(181,163,122); }
H1.HeaderClassName
{
color: #B5A37A;
}
.AnyTagClassName
{
color: #B5A37A;
}
</style>
background-color css
<style>
a { background-color: #B5A37A; }
a { background-color: rgb(181,163,122); }
div.DivClassName
{
background-color: #B5A37A;
}
.BgClassName
{
background-color: #B5A37A;
}
</style>
border-color css
<style>
span { border-color: #B5A37A; }
span { border-color: rgb(181,163,122); }
td.TdClassName
{
border-color: #B5A37A;
}
.TagClassName
{
border-color: #B5A37A;
}
</style>