Shades of Pavlova #B5A58A
Tints of Pavlova #B5A58A
RGB
CMYK
RGB Variations
Color information
#B5A58A (or 0xB5A58A) is known color: Pavlova. HEX triplet: B5, A5 and 8A. RGB value is (181,165,138). Sum of RGB (Red+Green+Blue) = 181+165+138=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A58A is #4A5A75. Grayscale: #A6A6A6. Windows color (decimal): -4872822 or 9086389. OLE color: 9086389.
HSL color Cylindrical-coordinate representation of color #B5A58A: hue angle of 37.67º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A58A is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 138 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.29 |
| HSL | 37.67º | 0.23% | 0.63% | - |
| HSV(B) | 37.67º | 0.24% | 0.71% | - |
| XYZ | 37.1 | 38.57 | 29.53 | - |
| YUV | 166.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 138 | 0 | 0.09 | 0.24 | 0.29 | 37.67 | 0.23 | 0.63 |
| Hex | B5 | A5 | 8A | 0 | 9 | 18 | 1D | 26 | 17 | 3F |
| Octal | 265 | 245 | 212 | 0 | 11 | 30 | 35 | 46 | 27 | 77 |
| Binary | 10110101 | 10100101 | 10001010 | 0 | 1001 | 11000 | 11101 | 100110 | 10111 | 111111 |
Color Harmonies of #B5A58A
Complementary color
Monochromatic Colors of #B5A58A
Black with #B5A58A
Text Example
Text Example
White with #B5A58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A58A; }
p { color: rgb(181,165,138); }
H1.HeaderClassName
{
color: #B5A58A;
}
.AnyTagClassName
{
color: #B5A58A;
}
</style>
background-color css
<style>
a { background-color: #B5A58A; }
a { background-color: rgb(181,165,138); }
div.DivClassName
{
background-color: #B5A58A;
}
.BgClassName
{
background-color: #B5A58A;
}
</style>
border-color css
<style>
span { border-color: #B5A58A; }
span { border-color: rgb(181,165,138); }
td.TdClassName
{
border-color: #B5A58A;
}
.TagClassName
{
border-color: #B5A58A;
}
</style>