Shades of Bouquet #B07192
Tints of Bouquet #B07192
RGB
CMYK
RGB Variations
Color information
#B07192 (or 0xB07192) is known color: Bouquet. HEX triplet: B0, 71 and 92. RGB value is (176,113,146). Sum of RGB (Red+Green+Blue) = 176+113+146=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07192 is #4F8E6D. Grayscale: #878787. Windows color (decimal): -5213806 or 9597360. OLE color: 9597360.
HSL color Cylindrical-coordinate representation of color #B07192: hue angle of 328.57º 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 #B07192 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 146 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.31 |
| HSL | 328.57º | 0.29% | 0.57% | - |
| HSV(B) | 328.57º | 0.36% | 0.69% | - |
| XYZ | 29 | 23.12 | 30.13 | - |
| YUV | 135.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 146 | 0 | 0.36 | 0.17 | 0.31 | 328.57 | 0.29 | 0.57 |
| Hex | B0 | 71 | 92 | 0 | 24 | 11 | 1F | 149 | 1D | 39 |
| Octal | 260 | 161 | 222 | 0 | 44 | 21 | 37 | 511 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10010010 | 0 | 100100 | 10001 | 11111 | 101001001 | 11101 | 111001 |
Color Harmonies of #B07192
Complementary color
Monochromatic Colors of #B07192
Black with #B07192
Text Example
Text Example
White with #B07192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07192; }
p { color: rgb(176,113,146); }
H1.HeaderClassName
{
color: #B07192;
}
.AnyTagClassName
{
color: #B07192;
}
</style>
background-color css
<style>
a { background-color: #B07192; }
a { background-color: rgb(176,113,146); }
div.DivClassName
{
background-color: #B07192;
}
.BgClassName
{
background-color: #B07192;
}
</style>
border-color css
<style>
span { border-color: #B07192; }
span { border-color: rgb(176,113,146); }
td.TdClassName
{
border-color: #B07192;
}
.TagClassName
{
border-color: #B07192;
}
</style>