Shades of Pavlova #B1A181
Tints of Pavlova #B1A181
RGB
CMYK
RGB Variations
Color information
#B1A181 (or 0xB1A181) is known color: Pavlova. HEX triplet: B1, A1 and 81. RGB value is (177,161,129). Sum of RGB (Red+Green+Blue) = 177+161+129=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A181 is #4E5E7E. Grayscale: #A2A2A2. Windows color (decimal): -5135999 or 8495537. OLE color: 8495537.
HSL color Cylindrical-coordinate representation of color #B1A181: hue angle of 40º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1A181 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 129 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.31 |
| HSL | 40º | 0.24% | 0.6% | - |
| HSV(B) | 40º | 0.27% | 0.69% | - |
| XYZ | 34.84 | 36.42 | 25.96 | - |
| YUV | 162.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 129 | 0 | 0.09 | 0.27 | 0.31 | 40 | 0.24 | 0.6 |
| Hex | B1 | A1 | 81 | 0 | 9 | 1B | 1F | 28 | 18 | 3C |
| Octal | 261 | 241 | 201 | 0 | 11 | 33 | 37 | 50 | 30 | 74 |
| Binary | 10110001 | 10100001 | 10000001 | 0 | 1001 | 11011 | 11111 | 101000 | 11000 | 111100 |
Color Harmonies of #B1A181
Complementary color
Monochromatic Colors of #B1A181
Black with #B1A181
Text Example
Text Example
White with #B1A181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A181; }
p { color: rgb(177,161,129); }
H1.HeaderClassName
{
color: #B1A181;
}
.AnyTagClassName
{
color: #B1A181;
}
</style>
background-color css
<style>
a { background-color: #B1A181; }
a { background-color: rgb(177,161,129); }
div.DivClassName
{
background-color: #B1A181;
}
.BgClassName
{
background-color: #B1A181;
}
</style>
border-color css
<style>
span { border-color: #B1A181; }
span { border-color: rgb(177,161,129); }
td.TdClassName
{
border-color: #B1A181;
}
.TagClassName
{
border-color: #B1A181;
}
</style>