Shades of Pavlova #B5A58C
Tints of Pavlova #B5A58C
RGB
CMYK
RGB Variations
Color information
#B5A58C (or 0xB5A58C) is known color: Pavlova. HEX triplet: B5, A5 and 8C. RGB value is (181,165,140). Sum of RGB (Red+Green+Blue) = 181+165+140=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A58C is #4A5A73. Grayscale: #A7A7A7. Windows color (decimal): -4872820 or 9217461. OLE color: 9217461.
HSL color Cylindrical-coordinate representation of color #B5A58C: hue angle of 36.59º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5A58C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 140 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.29 |
| HSL | 36.59º | 0.22% | 0.63% | - |
| HSV(B) | 36.59º | 0.23% | 0.71% | - |
| XYZ | 37.24 | 38.63 | 30.3 | - |
| YUV | 166.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 140 | 0 | 0.09 | 0.23 | 0.29 | 36.59 | 0.22 | 0.63 |
| Hex | B5 | A5 | 8C | 0 | 9 | 17 | 1D | 25 | 16 | 3F |
| Octal | 265 | 245 | 214 | 0 | 11 | 27 | 35 | 45 | 26 | 77 |
| Binary | 10110101 | 10100101 | 10001100 | 0 | 1001 | 10111 | 11101 | 100101 | 10110 | 111111 |
Color Harmonies of #B5A58C
Complementary color
Monochromatic Colors of #B5A58C
Black with #B5A58C
Text Example
Text Example
White with #B5A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A58C; }
p { color: rgb(181,165,140); }
H1.HeaderClassName
{
color: #B5A58C;
}
.AnyTagClassName
{
color: #B5A58C;
}
</style>
background-color css
<style>
a { background-color: #B5A58C; }
a { background-color: rgb(181,165,140); }
div.DivClassName
{
background-color: #B5A58C;
}
.BgClassName
{
background-color: #B5A58C;
}
</style>
border-color css
<style>
span { border-color: #B5A58C; }
span { border-color: rgb(181,165,140); }
td.TdClassName
{
border-color: #B5A58C;
}
.TagClassName
{
border-color: #B5A58C;
}
</style>