Shades of Pavlova #B5A37B
Tints of Pavlova #B5A37B
RGB
CMYK
RGB Variations
Color information
#B5A37B (or 0xB5A37B) is known color: Pavlova. HEX triplet: B5, A3 and 7B. RGB value is (181,163,123). Sum of RGB (Red+Green+Blue) = 181+163+123=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A37B is #4A5C84. Grayscale: #A4A4A4. Windows color (decimal): -4873349 or 8102837. OLE color: 8102837.
HSL color Cylindrical-coordinate representation of color #B5A37B: hue angle of 41.38º 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 #B5A37B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 123 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.29 |
| HSL | 41.38º | 0.28% | 0.6% | - |
| HSV(B) | 41.38º | 0.32% | 0.71% | - |
| XYZ | 35.73 | 37.45 | 24.08 | - |
| YUV | 163.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 123 | 0 | 0.10 | 0.32 | 0.29 | 41.38 | 0.28 | 0.6 |
| Hex | B5 | A3 | 7B | 0 | A | 20 | 1D | 29 | 1C | 3C |
| Octal | 265 | 243 | 173 | 0 | 12 | 40 | 35 | 51 | 34 | 74 |
| Binary | 10110101 | 10100011 | 1111011 | 0 | 1010 | 100000 | 11101 | 101001 | 11100 | 111100 |
Color Harmonies of #B5A37B
Complementary color
Monochromatic Colors of #B5A37B
Black with #B5A37B
Text Example
Text Example
White with #B5A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A37B; }
p { color: rgb(181,163,123); }
H1.HeaderClassName
{
color: #B5A37B;
}
.AnyTagClassName
{
color: #B5A37B;
}
</style>
background-color css
<style>
a { background-color: #B5A37B; }
a { background-color: rgb(181,163,123); }
div.DivClassName
{
background-color: #B5A37B;
}
.BgClassName
{
background-color: #B5A37B;
}
</style>
border-color css
<style>
span { border-color: #B5A37B; }
span { border-color: rgb(181,163,123); }
td.TdClassName
{
border-color: #B5A37B;
}
.TagClassName
{
border-color: #B5A37B;
}
</style>