Shades of Pavlova #B5A28B
Tints of Pavlova #B5A28B
RGB
CMYK
RGB Variations
Color information
#B5A28B (or 0xB5A28B) is known color: Pavlova. HEX triplet: B5, A2 and 8B. RGB value is (181,162,139). Sum of RGB (Red+Green+Blue) = 181+162+139=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A28B is #4A5D74. Grayscale: #A5A5A5. Windows color (decimal): -4873589 or 9151157. OLE color: 9151157.
HSL color Cylindrical-coordinate representation of color #B5A28B: hue angle of 32.86º 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 #B5A28B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 139 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.29 |
| HSL | 32.86º | 0.22% | 0.63% | - |
| HSV(B) | 32.86º | 0.23% | 0.71% | - |
| XYZ | 36.64 | 37.53 | 29.74 | - |
| YUV | 165.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 139 | 0 | 0.10 | 0.23 | 0.29 | 32.86 | 0.22 | 0.63 |
| Hex | B5 | A2 | 8B | 0 | A | 17 | 1D | 21 | 16 | 3F |
| Octal | 265 | 242 | 213 | 0 | 12 | 27 | 35 | 41 | 26 | 77 |
| Binary | 10110101 | 10100010 | 10001011 | 0 | 1010 | 10111 | 11101 | 100001 | 10110 | 111111 |
Color Harmonies of #B5A28B
Complementary color
Monochromatic Colors of #B5A28B
Black with #B5A28B
Text Example
Text Example
White with #B5A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A28B; }
p { color: rgb(181,162,139); }
H1.HeaderClassName
{
color: #B5A28B;
}
.AnyTagClassName
{
color: #B5A28B;
}
</style>
background-color css
<style>
a { background-color: #B5A28B; }
a { background-color: rgb(181,162,139); }
div.DivClassName
{
background-color: #B5A28B;
}
.BgClassName
{
background-color: #B5A28B;
}
</style>
border-color css
<style>
span { border-color: #B5A28B; }
span { border-color: rgb(181,162,139); }
td.TdClassName
{
border-color: #B5A28B;
}
.TagClassName
{
border-color: #B5A28B;
}
</style>