Shades of Bouquet #B091A3
Tints of Bouquet #B091A3
RGB
CMYK
RGB Variations
Color information
#B091A3 (or 0xB091A3) is known color: Bouquet. HEX triplet: B0, 91 and A3. RGB value is (176,145,163). Sum of RGB (Red+Green+Blue) = 176+145+163=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B091A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091A3 is #4F6E5C. Grayscale: #9C9C9C. Windows color (decimal): -5205597 or 10719664. OLE color: 10719664.
HSL color Cylindrical-coordinate representation of color #B091A3: hue angle of 325.16º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B091A3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 163 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.31 |
| HSL | 325.16º | 0.16% | 0.63% | - |
| HSV(B) | 325.16º | 0.18% | 0.69% | - |
| XYZ | 34.64 | 32.13 | 39.03 | - |
| YUV | 156.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 163 | 0 | 0.18 | 0.07 | 0.31 | 325.16 | 0.16 | 0.63 |
| Hex | B0 | 91 | A3 | 0 | 12 | 7 | 1F | 145 | 10 | 3F |
| Octal | 260 | 221 | 243 | 0 | 22 | 7 | 37 | 505 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10100011 | 0 | 10010 | 111 | 11111 | 101000101 | 10000 | 111111 |
Color Harmonies of #B091A3
Complementary color
Monochromatic Colors of #B091A3
Black with #B091A3
Text Example
Text Example
White with #B091A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091A3; }
p { color: rgb(176,145,163); }
H1.HeaderClassName
{
color: #B091A3;
}
.AnyTagClassName
{
color: #B091A3;
}
</style>
background-color css
<style>
a { background-color: #B091A3; }
a { background-color: rgb(176,145,163); }
div.DivClassName
{
background-color: #B091A3;
}
.BgClassName
{
background-color: #B091A3;
}
</style>
border-color css
<style>
span { border-color: #B091A3; }
span { border-color: rgb(176,145,163); }
td.TdClassName
{
border-color: #B091A3;
}
.TagClassName
{
border-color: #B091A3;
}
</style>