Shades of Pavlova #B5A380
Tints of Pavlova #B5A380
RGB
CMYK
RGB Variations
Color information
#B5A380 (or 0xB5A380) is known color: Pavlova. HEX triplet: B5, A3 and 80. RGB value is (181,163,128). Sum of RGB (Red+Green+Blue) = 181+163+128=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A380 is #4A5C7F. Grayscale: #A4A4A4. Windows color (decimal): -4873344 or 8430517. OLE color: 8430517.
HSL color Cylindrical-coordinate representation of color #B5A380: hue angle of 39.62º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5A380 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 128 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.29 |
| HSL | 39.62º | 0.26% | 0.61% | - |
| HSV(B) | 39.62º | 0.29% | 0.71% | - |
| XYZ | 36.05 | 37.58 | 25.78 | - |
| YUV | 164.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 128 | 0 | 0.10 | 0.29 | 0.29 | 39.62 | 0.26 | 0.61 |
| Hex | B5 | A3 | 80 | 0 | A | 1D | 1D | 28 | 1A | 3D |
| Octal | 265 | 243 | 200 | 0 | 12 | 35 | 35 | 50 | 32 | 75 |
| Binary | 10110101 | 10100011 | 10000000 | 0 | 1010 | 11101 | 11101 | 101000 | 11010 | 111101 |
Color Harmonies of #B5A380
Complementary color
Monochromatic Colors of #B5A380
Black with #B5A380
Text Example
Text Example
White with #B5A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A380; }
p { color: rgb(181,163,128); }
H1.HeaderClassName
{
color: #B5A380;
}
.AnyTagClassName
{
color: #B5A380;
}
</style>
background-color css
<style>
a { background-color: #B5A380; }
a { background-color: rgb(181,163,128); }
div.DivClassName
{
background-color: #B5A380;
}
.BgClassName
{
background-color: #B5A380;
}
</style>
border-color css
<style>
span { border-color: #B5A380; }
span { border-color: rgb(181,163,128); }
td.TdClassName
{
border-color: #B5A380;
}
.TagClassName
{
border-color: #B5A380;
}
</style>