Shades of Bouquet #B091A4
Tints of Bouquet #B091A4
RGB
CMYK
RGB Variations
Color information
#B091A4 (or 0xB091A4) is known color: Bouquet. HEX triplet: B0, 91 and A4. RGB value is (176,145,164). Sum of RGB (Red+Green+Blue) = 176+145+164=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B091A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B091A4 is #4F6E5B. Grayscale: #9C9C9C. Windows color (decimal): -5205596 or 10785200. OLE color: 10785200.
HSL color Cylindrical-coordinate representation of color #B091A4: hue angle of 323.23º 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 #B091A4 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 164 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.31 |
| HSL | 323.23º | 0.16% | 0.63% | - |
| HSV(B) | 323.23º | 0.18% | 0.69% | - |
| XYZ | 34.73 | 32.16 | 39.5 | - |
| YUV | 156.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 164 | 0 | 0.18 | 0.07 | 0.31 | 323.23 | 0.16 | 0.63 |
| Hex | B0 | 91 | A4 | 0 | 12 | 7 | 1F | 143 | 10 | 3F |
| Octal | 260 | 221 | 244 | 0 | 22 | 7 | 37 | 503 | 20 | 77 |
| Binary | 10110000 | 10010001 | 10100100 | 0 | 10010 | 111 | 11111 | 101000011 | 10000 | 111111 |
Color Harmonies of #B091A4
Complementary color
Monochromatic Colors of #B091A4
Black with #B091A4
Text Example
Text Example
White with #B091A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B091A4; }
p { color: rgb(176,145,164); }
H1.HeaderClassName
{
color: #B091A4;
}
.AnyTagClassName
{
color: #B091A4;
}
</style>
background-color css
<style>
a { background-color: #B091A4; }
a { background-color: rgb(176,145,164); }
div.DivClassName
{
background-color: #B091A4;
}
.BgClassName
{
background-color: #B091A4;
}
</style>
border-color css
<style>
span { border-color: #B091A4; }
span { border-color: rgb(176,145,164); }
td.TdClassName
{
border-color: #B091A4;
}
.TagClassName
{
border-color: #B091A4;
}
</style>