Shades of Pavlova #B5A488
Tints of Pavlova #B5A488
RGB
CMYK
RGB Variations
Color information
#B5A488 (or 0xB5A488) is known color: Pavlova. HEX triplet: B5, A4 and 88. RGB value is (181,164,136). Sum of RGB (Red+Green+Blue) = 181+164+136=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A488 is #4A5B77. Grayscale: #A6A6A6. Windows color (decimal): -4873080 or 8955061. OLE color: 8955061.
HSL color Cylindrical-coordinate representation of color #B5A488: hue angle of 37.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A488 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 164 | 136 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.29 |
| HSL | 37.33º | 0.23% | 0.62% | - |
| HSV(B) | 37.33º | 0.25% | 0.71% | - |
| XYZ | 36.78 | 38.15 | 28.72 | - |
| YUV | 165.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 164 | 136 | 0 | 0.09 | 0.25 | 0.29 | 37.33 | 0.23 | 0.62 |
| Hex | B5 | A4 | 88 | 0 | 9 | 19 | 1D | 25 | 17 | 3E |
| Octal | 265 | 244 | 210 | 0 | 11 | 31 | 35 | 45 | 27 | 76 |
| Binary | 10110101 | 10100100 | 10001000 | 0 | 1001 | 11001 | 11101 | 100101 | 10111 | 111110 |
Color Harmonies of #B5A488
Complementary color
Monochromatic Colors of #B5A488
Black with #B5A488
Text Example
Text Example
White with #B5A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A488; }
p { color: rgb(181,164,136); }
H1.HeaderClassName
{
color: #B5A488;
}
.AnyTagClassName
{
color: #B5A488;
}
</style>
background-color css
<style>
a { background-color: #B5A488; }
a { background-color: rgb(181,164,136); }
div.DivClassName
{
background-color: #B5A488;
}
.BgClassName
{
background-color: #B5A488;
}
</style>
border-color css
<style>
span { border-color: #B5A488; }
span { border-color: rgb(181,164,136); }
td.TdClassName
{
border-color: #B5A488;
}
.TagClassName
{
border-color: #B5A488;
}
</style>