Shades of Pavlova #B5A17F
Tints of Pavlova #B5A17F
RGB
CMYK
RGB Variations
Color information
#B5A17F (or 0xB5A17F) is known color: Pavlova. HEX triplet: B5, A1 and 7F. RGB value is (181,161,127). Sum of RGB (Red+Green+Blue) = 181+161+127=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A17F is #4A5E80. Grayscale: #A3A3A3. Windows color (decimal): -4873857 or 8364469. OLE color: 8364469.
HSL color Cylindrical-coordinate representation of color #B5A17F: hue angle of 37.78º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A17F is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 127 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.29 |
| HSL | 37.78º | 0.27% | 0.6% | - |
| HSV(B) | 37.78º | 0.3% | 0.71% | - |
| XYZ | 35.63 | 36.85 | 25.31 | - |
| YUV | 163.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 127 | 0 | 0.11 | 0.30 | 0.29 | 37.78 | 0.27 | 0.6 |
| Hex | B5 | A1 | 7F | 0 | B | 1E | 1D | 26 | 1B | 3C |
| Octal | 265 | 241 | 177 | 0 | 13 | 36 | 35 | 46 | 33 | 74 |
| Binary | 10110101 | 10100001 | 1111111 | 0 | 1011 | 11110 | 11101 | 100110 | 11011 | 111100 |
Color Harmonies of #B5A17F
Complementary color
Monochromatic Colors of #B5A17F
Black with #B5A17F
Text Example
Text Example
White with #B5A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A17F; }
p { color: rgb(181,161,127); }
H1.HeaderClassName
{
color: #B5A17F;
}
.AnyTagClassName
{
color: #B5A17F;
}
</style>
background-color css
<style>
a { background-color: #B5A17F; }
a { background-color: rgb(181,161,127); }
div.DivClassName
{
background-color: #B5A17F;
}
.BgClassName
{
background-color: #B5A17F;
}
</style>
border-color css
<style>
span { border-color: #B5A17F; }
span { border-color: rgb(181,161,127); }
td.TdClassName
{
border-color: #B5A17F;
}
.TagClassName
{
border-color: #B5A17F;
}
</style>