Shades of Pavlova #B1A17F
Tints of Pavlova #B1A17F
RGB
CMYK
RGB Variations
Color information
#B1A17F (or 0xB1A17F) is known color: Pavlova. HEX triplet: B1, A1 and 7F. RGB value is (177,161,127). Sum of RGB (Red+Green+Blue) = 177+161+127=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A17F is #4E5E80. Grayscale: #A2A2A2. Windows color (decimal): -5136001 or 8364465. OLE color: 8364465.
HSL color Cylindrical-coordinate representation of color #B1A17F: hue angle of 40.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A17F is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 127 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.31 |
| HSL | 40.8º | 0.24% | 0.6% | - |
| HSV(B) | 40.8º | 0.28% | 0.69% | - |
| XYZ | 34.71 | 36.37 | 25.27 | - |
| YUV | 161.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 127 | 0 | 0.09 | 0.28 | 0.31 | 40.8 | 0.24 | 0.6 |
| Hex | B1 | A1 | 7F | 0 | 9 | 1C | 1F | 29 | 18 | 3C |
| Octal | 261 | 241 | 177 | 0 | 11 | 34 | 37 | 51 | 30 | 74 |
| Binary | 10110001 | 10100001 | 1111111 | 0 | 1001 | 11100 | 11111 | 101001 | 11000 | 111100 |
Color Harmonies of #B1A17F
Complementary color
Monochromatic Colors of #B1A17F
Black with #B1A17F
Text Example
Text Example
White with #B1A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A17F; }
p { color: rgb(177,161,127); }
H1.HeaderClassName
{
color: #B1A17F;
}
.AnyTagClassName
{
color: #B1A17F;
}
</style>
background-color css
<style>
a { background-color: #B1A17F; }
a { background-color: rgb(177,161,127); }
div.DivClassName
{
background-color: #B1A17F;
}
.BgClassName
{
background-color: #B1A17F;
}
</style>
border-color css
<style>
span { border-color: #B1A17F; }
span { border-color: rgb(177,161,127); }
td.TdClassName
{
border-color: #B1A17F;
}
.TagClassName
{
border-color: #B1A17F;
}
</style>