Shades of Pavlova #B5A189
Tints of Pavlova #B5A189
RGB
CMYK
RGB Variations
Color information
#B5A189 (or 0xB5A189) is known color: Pavlova. HEX triplet: B5, A1 and 89. RGB value is (181,161,137). Sum of RGB (Red+Green+Blue) = 181+161+137=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A189 is #4A5E76. Grayscale: #A4A4A4. Windows color (decimal): -4873847 or 9019829. OLE color: 9019829.
HSL color Cylindrical-coordinate representation of color #B5A189: hue angle of 32.73º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A189 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 137 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.29 |
| HSL | 32.73º | 0.23% | 0.62% | - |
| HSV(B) | 32.73º | 0.24% | 0.71% | - |
| XYZ | 36.32 | 37.12 | 28.92 | - |
| YUV | 164.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 137 | 0 | 0.11 | 0.24 | 0.29 | 32.73 | 0.23 | 0.62 |
| Hex | B5 | A1 | 89 | 0 | B | 18 | 1D | 21 | 17 | 3E |
| Octal | 265 | 241 | 211 | 0 | 13 | 30 | 35 | 41 | 27 | 76 |
| Binary | 10110101 | 10100001 | 10001001 | 0 | 1011 | 11000 | 11101 | 100001 | 10111 | 111110 |
Color Harmonies of #B5A189
Complementary color
Monochromatic Colors of #B5A189
Black with #B5A189
Text Example
Text Example
White with #B5A189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A189; }
p { color: rgb(181,161,137); }
H1.HeaderClassName
{
color: #B5A189;
}
.AnyTagClassName
{
color: #B5A189;
}
</style>
background-color css
<style>
a { background-color: #B5A189; }
a { background-color: rgb(181,161,137); }
div.DivClassName
{
background-color: #B5A189;
}
.BgClassName
{
background-color: #B5A189;
}
</style>
border-color css
<style>
span { border-color: #B5A189; }
span { border-color: rgb(181,161,137); }
td.TdClassName
{
border-color: #B5A189;
}
.TagClassName
{
border-color: #B5A189;
}
</style>