Shades of Bouquet #B07194
Tints of Bouquet #B07194
RGB
CMYK
RGB Variations
Color information
#B07194 (or 0xB07194) is known color: Bouquet. HEX triplet: B0, 71 and 94. RGB value is (176,113,148). Sum of RGB (Red+Green+Blue) = 176+113+148=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B07194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07194 is #4F8E6B. Grayscale: #878787. Windows color (decimal): -5213804 or 9728432. OLE color: 9728432.
HSL color Cylindrical-coordinate representation of color #B07194: hue angle of 326.67º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B07194 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 148 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.31 |
| HSL | 326.67º | 0.29% | 0.57% | - |
| HSV(B) | 326.67º | 0.36% | 0.69% | - |
| XYZ | 29.15 | 23.18 | 30.95 | - |
| YUV | 135.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 148 | 0 | 0.36 | 0.16 | 0.31 | 326.67 | 0.29 | 0.57 |
| Hex | B0 | 71 | 94 | 0 | 24 | 10 | 1F | 147 | 1D | 39 |
| Octal | 260 | 161 | 224 | 0 | 44 | 20 | 37 | 507 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10010100 | 0 | 100100 | 10000 | 11111 | 101000111 | 11101 | 111001 |
Color Harmonies of #B07194
Complementary color
Monochromatic Colors of #B07194
Black with #B07194
Text Example
Text Example
White with #B07194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07194; }
p { color: rgb(176,113,148); }
H1.HeaderClassName
{
color: #B07194;
}
.AnyTagClassName
{
color: #B07194;
}
</style>
background-color css
<style>
a { background-color: #B07194; }
a { background-color: rgb(176,113,148); }
div.DivClassName
{
background-color: #B07194;
}
.BgClassName
{
background-color: #B07194;
}
</style>
border-color css
<style>
span { border-color: #B07194; }
span { border-color: rgb(176,113,148); }
td.TdClassName
{
border-color: #B07194;
}
.TagClassName
{
border-color: #B07194;
}
</style>