Shades of Pavlova #B5A17B
Tints of Pavlova #B5A17B
RGB
CMYK
RGB Variations
Color information
#B5A17B (or 0xB5A17B) is known color: Pavlova. HEX triplet: B5, A1 and 7B. RGB value is (181,161,123). Sum of RGB (Red+Green+Blue) = 181+161+123=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A17B is #4A5E84. Grayscale: #A2A2A2. Windows color (decimal): -4873861 or 8102325. OLE color: 8102325.
HSL color Cylindrical-coordinate representation of color #B5A17B: hue angle of 39.31º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A17B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 123 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.29 |
| HSL | 39.31º | 0.28% | 0.6% | - |
| HSV(B) | 39.31º | 0.32% | 0.71% | - |
| XYZ | 35.38 | 36.74 | 23.97 | - |
| YUV | 162.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 123 | 0 | 0.11 | 0.32 | 0.29 | 39.31 | 0.28 | 0.6 |
| Hex | B5 | A1 | 7B | 0 | B | 20 | 1D | 27 | 1C | 3C |
| Octal | 265 | 241 | 173 | 0 | 13 | 40 | 35 | 47 | 34 | 74 |
| Binary | 10110101 | 10100001 | 1111011 | 0 | 1011 | 100000 | 11101 | 100111 | 11100 | 111100 |
Color Harmonies of #B5A17B
Complementary color
Monochromatic Colors of #B5A17B
Black with #B5A17B
Text Example
Text Example
White with #B5A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A17B; }
p { color: rgb(181,161,123); }
H1.HeaderClassName
{
color: #B5A17B;
}
.AnyTagClassName
{
color: #B5A17B;
}
</style>
background-color css
<style>
a { background-color: #B5A17B; }
a { background-color: rgb(181,161,123); }
div.DivClassName
{
background-color: #B5A17B;
}
.BgClassName
{
background-color: #B5A17B;
}
</style>
border-color css
<style>
span { border-color: #B5A17B; }
span { border-color: rgb(181,161,123); }
td.TdClassName
{
border-color: #B5A17B;
}
.TagClassName
{
border-color: #B5A17B;
}
</style>