Shades of Pavlova #B1A481
Tints of Pavlova #B1A481
RGB
CMYK
RGB Variations
Color information
#B1A481 (or 0xB1A481) is known color: Pavlova. HEX triplet: B1, A4 and 81. RGB value is (177,164,129). Sum of RGB (Red+Green+Blue) = 177+164+129=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A481 is #4E5B7E. Grayscale: #A4A4A4. Windows color (decimal): -5135231 or 8496305. OLE color: 8496305.
HSL color Cylindrical-coordinate representation of color #B1A481: hue angle of 43.75º 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 #B1A481 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 129 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.31 |
| HSL | 43.75º | 0.24% | 0.6% | - |
| HSV(B) | 43.75º | 0.27% | 0.69% | - |
| XYZ | 35.37 | 37.48 | 26.14 | - |
| YUV | 163.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 129 | 0 | 0.07 | 0.27 | 0.31 | 43.75 | 0.24 | 0.6 |
| Hex | B1 | A4 | 81 | 0 | 7 | 1B | 1F | 2C | 18 | 3C |
| Octal | 261 | 244 | 201 | 0 | 7 | 33 | 37 | 54 | 30 | 74 |
| Binary | 10110001 | 10100100 | 10000001 | 0 | 111 | 11011 | 11111 | 101100 | 11000 | 111100 |
Color Harmonies of #B1A481
Complementary color
Monochromatic Colors of #B1A481
Black with #B1A481
Text Example
Text Example
White with #B1A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A481; }
p { color: rgb(177,164,129); }
H1.HeaderClassName
{
color: #B1A481;
}
.AnyTagClassName
{
color: #B1A481;
}
</style>
background-color css
<style>
a { background-color: #B1A481; }
a { background-color: rgb(177,164,129); }
div.DivClassName
{
background-color: #B1A481;
}
.BgClassName
{
background-color: #B1A481;
}
</style>
border-color css
<style>
span { border-color: #B1A481; }
span { border-color: rgb(177,164,129); }
td.TdClassName
{
border-color: #B1A481;
}
.TagClassName
{
border-color: #B1A481;
}
</style>