Shades of Pavlova #B5A17A
Tints of Pavlova #B5A17A
RGB
CMYK
RGB Variations
Color information
#B5A17A (or 0xB5A17A) is known color: Pavlova. HEX triplet: B5, A1 and 7A. RGB value is (181,161,122). Sum of RGB (Red+Green+Blue) = 181+161+122=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A17A is #4A5E85. Grayscale: #A2A2A2. Windows color (decimal): -4873862 or 8036789. OLE color: 8036789.
HSL color Cylindrical-coordinate representation of color #B5A17A: hue angle of 39.66º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A17A is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 122 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.29 |
| HSL | 39.66º | 0.29% | 0.59% | - |
| HSV(B) | 39.66º | 0.33% | 0.71% | - |
| XYZ | 35.31 | 36.72 | 23.64 | - |
| YUV | 162.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 122 | 0 | 0.11 | 0.33 | 0.29 | 39.66 | 0.29 | 0.59 |
| Hex | B5 | A1 | 7A | 0 | B | 21 | 1D | 28 | 1D | 3B |
| Octal | 265 | 241 | 172 | 0 | 13 | 41 | 35 | 50 | 35 | 73 |
| Binary | 10110101 | 10100001 | 1111010 | 0 | 1011 | 100001 | 11101 | 101000 | 11101 | 111011 |
Color Harmonies of #B5A17A
Complementary color
Monochromatic Colors of #B5A17A
Black with #B5A17A
Text Example
Text Example
White with #B5A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A17A; }
p { color: rgb(181,161,122); }
H1.HeaderClassName
{
color: #B5A17A;
}
.AnyTagClassName
{
color: #B5A17A;
}
</style>
background-color css
<style>
a { background-color: #B5A17A; }
a { background-color: rgb(181,161,122); }
div.DivClassName
{
background-color: #B5A17A;
}
.BgClassName
{
background-color: #B5A17A;
}
</style>
border-color css
<style>
span { border-color: #B5A17A; }
span { border-color: rgb(181,161,122); }
td.TdClassName
{
border-color: #B5A17A;
}
.TagClassName
{
border-color: #B5A17A;
}
</style>