Shades of Bouquet #B086A3
Tints of Bouquet #B086A3
RGB
CMYK
RGB Variations
Color information
#B086A3 (or 0xB086A3) is known color: Bouquet. HEX triplet: B0, 86 and A3. RGB value is (176,134,163). Sum of RGB (Red+Green+Blue) = 176+134+163=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B086A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B086A3 is #4F795C. Grayscale: #959595. Windows color (decimal): -5208413 or 10716848. OLE color: 10716848.
HSL color Cylindrical-coordinate representation of color #B086A3: hue angle of 318.57º 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 #B086A3 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 163 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.31 |
| HSL | 318.57º | 0.21% | 0.61% | - |
| HSV(B) | 318.57º | 0.24% | 0.69% | - |
| XYZ | 33.04 | 28.92 | 38.49 | - |
| YUV | 149.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 163 | 0 | 0.24 | 0.07 | 0.31 | 318.57 | 0.21 | 0.61 |
| Hex | B0 | 86 | A3 | 0 | 18 | 7 | 1F | 13F | 15 | 3D |
| Octal | 260 | 206 | 243 | 0 | 30 | 7 | 37 | 477 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10100011 | 0 | 11000 | 111 | 11111 | 100111111 | 10101 | 111101 |
Color Harmonies of #B086A3
Complementary color
Monochromatic Colors of #B086A3
Black with #B086A3
Text Example
Text Example
White with #B086A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B086A3; }
p { color: rgb(176,134,163); }
H1.HeaderClassName
{
color: #B086A3;
}
.AnyTagClassName
{
color: #B086A3;
}
</style>
background-color css
<style>
a { background-color: #B086A3; }
a { background-color: rgb(176,134,163); }
div.DivClassName
{
background-color: #B086A3;
}
.BgClassName
{
background-color: #B086A3;
}
</style>
border-color css
<style>
span { border-color: #B086A3; }
span { border-color: rgb(176,134,163); }
td.TdClassName
{
border-color: #B086A3;
}
.TagClassName
{
border-color: #B086A3;
}
</style>