Shades of Pavlova #B1A587
Tints of Pavlova #B1A587
RGB
CMYK
RGB Variations
Color information
#B1A587 (or 0xB1A587) is known color: Pavlova. HEX triplet: B1, A5 and 87. RGB value is (177,165,135). Sum of RGB (Red+Green+Blue) = 177+165+135=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A587 is #4E5A78. Grayscale: #A5A5A5. Windows color (decimal): -5134969 or 8889777. OLE color: 8889777.
HSL color Cylindrical-coordinate representation of color #B1A587: hue angle of 42.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A587 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 135 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.31 |
| HSL | 42.86º | 0.21% | 0.61% | - |
| HSV(B) | 42.86º | 0.24% | 0.69% | - |
| XYZ | 35.96 | 38.01 | 28.36 | - |
| YUV | 165.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 135 | 0 | 0.07 | 0.24 | 0.31 | 42.86 | 0.21 | 0.61 |
| Hex | B1 | A5 | 87 | 0 | 7 | 18 | 1F | 2B | 15 | 3D |
| Octal | 261 | 245 | 207 | 0 | 7 | 30 | 37 | 53 | 25 | 75 |
| Binary | 10110001 | 10100101 | 10000111 | 0 | 111 | 11000 | 11111 | 101011 | 10101 | 111101 |
Color Harmonies of #B1A587
Complementary color
Monochromatic Colors of #B1A587
Black with #B1A587
Text Example
Text Example
White with #B1A587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A587; }
p { color: rgb(177,165,135); }
H1.HeaderClassName
{
color: #B1A587;
}
.AnyTagClassName
{
color: #B1A587;
}
</style>
background-color css
<style>
a { background-color: #B1A587; }
a { background-color: rgb(177,165,135); }
div.DivClassName
{
background-color: #B1A587;
}
.BgClassName
{
background-color: #B1A587;
}
</style>
border-color css
<style>
span { border-color: #B1A587; }
span { border-color: rgb(177,165,135); }
td.TdClassName
{
border-color: #B1A587;
}
.TagClassName
{
border-color: #B1A587;
}
</style>