Shades of Pavlova #B1A282
Tints of Pavlova #B1A282
RGB
CMYK
RGB Variations
Color information
#B1A282 (or 0xB1A282) is known color: Pavlova. HEX triplet: B1, A2 and 82. RGB value is (177,162,130). Sum of RGB (Red+Green+Blue) = 177+162+130=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A282 is #4E5D7D. Grayscale: #A2A2A2. Windows color (decimal): -5135742 or 8561329. OLE color: 8561329.
HSL color Cylindrical-coordinate representation of color #B1A282: hue angle of 40.85º degrees, saturation: 0.23, 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 #B1A282 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 130 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.31 |
| HSL | 40.85º | 0.23% | 0.6% | - |
| HSV(B) | 40.85º | 0.27% | 0.69% | - |
| XYZ | 35.08 | 36.8 | 26.37 | - |
| YUV | 162.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 130 | 0 | 0.08 | 0.27 | 0.31 | 40.85 | 0.23 | 0.6 |
| Hex | B1 | A2 | 82 | 0 | 8 | 1B | 1F | 29 | 17 | 3C |
| Octal | 261 | 242 | 202 | 0 | 10 | 33 | 37 | 51 | 27 | 74 |
| Binary | 10110001 | 10100010 | 10000010 | 0 | 1000 | 11011 | 11111 | 101001 | 10111 | 111100 |
Color Harmonies of #B1A282
Complementary color
Monochromatic Colors of #B1A282
Black with #B1A282
Text Example
Text Example
White with #B1A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A282; }
p { color: rgb(177,162,130); }
H1.HeaderClassName
{
color: #B1A282;
}
.AnyTagClassName
{
color: #B1A282;
}
</style>
background-color css
<style>
a { background-color: #B1A282; }
a { background-color: rgb(177,162,130); }
div.DivClassName
{
background-color: #B1A282;
}
.BgClassName
{
background-color: #B1A282;
}
</style>
border-color css
<style>
span { border-color: #B1A282; }
span { border-color: rgb(177,162,130); }
td.TdClassName
{
border-color: #B1A282;
}
.TagClassName
{
border-color: #B1A282;
}
</style>