Shades of Bouquet #B087A3
Tints of Bouquet #B087A3
RGB
CMYK
RGB Variations
Color information
#B087A3 (or 0xB087A3) is known color: Bouquet. HEX triplet: B0, 87 and A3. RGB value is (176,135,163). Sum of RGB (Red+Green+Blue) = 176+135+163=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 176 - color contains mainly: red. Hex color #B087A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B087A3 is #4F785C. Grayscale: #969696. Windows color (decimal): -5208157 or 10717104. OLE color: 10717104.
HSL color Cylindrical-coordinate representation of color #B087A3: hue angle of 319.02º 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 #B087A3 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 135 | 163 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.31 |
| HSL | 319.02º | 0.21% | 0.61% | - |
| HSV(B) | 319.02º | 0.23% | 0.69% | - |
| XYZ | 33.18 | 29.2 | 38.54 | - |
| YUV | 150.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 135 | 163 | 0 | 0.23 | 0.07 | 0.31 | 319.02 | 0.21 | 0.61 |
| Hex | B0 | 87 | A3 | 0 | 17 | 7 | 1F | 13F | 15 | 3D |
| Octal | 260 | 207 | 243 | 0 | 27 | 7 | 37 | 477 | 25 | 75 |
| Binary | 10110000 | 10000111 | 10100011 | 0 | 10111 | 111 | 11111 | 100111111 | 10101 | 111101 |
Color Harmonies of #B087A3
Complementary color
Monochromatic Colors of #B087A3
Black with #B087A3
Text Example
Text Example
White with #B087A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B087A3; }
p { color: rgb(176,135,163); }
H1.HeaderClassName
{
color: #B087A3;
}
.AnyTagClassName
{
color: #B087A3;
}
</style>
background-color css
<style>
a { background-color: #B087A3; }
a { background-color: rgb(176,135,163); }
div.DivClassName
{
background-color: #B087A3;
}
.BgClassName
{
background-color: #B087A3;
}
</style>
border-color css
<style>
span { border-color: #B087A3; }
span { border-color: rgb(176,135,163); }
td.TdClassName
{
border-color: #B087A3;
}
.TagClassName
{
border-color: #B087A3;
}
</style>