Shades of Bouquet #B087A1
Tints of Bouquet #B087A1
RGB
CMYK
RGB Variations
Color information
#B087A1 (or 0xB087A1) is known color: Bouquet. HEX triplet: B0, 87 and A1. RGB value is (176,135,161). Sum of RGB (Red+Green+Blue) = 176+135+161=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B087A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087A1 is #4F785E. Grayscale: #969696. Windows color (decimal): -5208159 or 10586032. OLE color: 10586032.
HSL color Cylindrical-coordinate representation of color #B087A1: hue angle of 321.95º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B087A1 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 161 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.31 |
| HSL | 321.95º | 0.21% | 0.61% | - |
| HSV(B) | 321.95º | 0.23% | 0.69% | - |
| XYZ | 33 | 29.13 | 37.6 | - |
| YUV | 150.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 161 | 0 | 0.23 | 0.09 | 0.31 | 321.95 | 0.21 | 0.61 |
| Hex | B0 | 87 | A1 | 0 | 17 | 9 | 1F | 142 | 15 | 3D |
| Octal | 260 | 207 | 241 | 0 | 27 | 11 | 37 | 502 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10100001 | 0 | 10111 | 1001 | 11111 | 101000010 | 10101 | 111101 |
Color Harmonies of #B087A1
Complementary color
Monochromatic Colors of #B087A1
Black with #B087A1
Text Example
Text Example
White with #B087A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087A1; }
p { color: rgb(176,135,161); }
H1.HeaderClassName
{
color: #B087A1;
}
.AnyTagClassName
{
color: #B087A1;
}
</style>
background-color css
<style>
a { background-color: #B087A1; }
a { background-color: rgb(176,135,161); }
div.DivClassName
{
background-color: #B087A1;
}
.BgClassName
{
background-color: #B087A1;
}
</style>
border-color css
<style>
span { border-color: #B087A1; }
span { border-color: rgb(176,135,161); }
td.TdClassName
{
border-color: #B087A1;
}
.TagClassName
{
border-color: #B087A1;
}
</style>