Shades of Bouquet #B07E93
Tints of Bouquet #B07E93
RGB
CMYK
RGB Variations
Color information
#B07E93 (or 0xB07E93) is known color: Bouquet. HEX triplet: B0, 7E and 93. RGB value is (176,126,147). Sum of RGB (Red+Green+Blue) = 176+126+147=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E93 is #4F816C. Grayscale: #8F8F8F. Windows color (decimal): -5210477 or 9666224. OLE color: 9666224.
HSL color Cylindrical-coordinate representation of color #B07E93: hue angle of 334.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07E93 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 147 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.31 |
| HSL | 334.8º | 0.24% | 0.59% | - |
| HSV(B) | 334.8º | 0.28% | 0.69% | - |
| XYZ | 30.63 | 26.26 | 31.06 | - |
| YUV | 143.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 147 | 0 | 0.28 | 0.16 | 0.31 | 334.8 | 0.24 | 0.59 |
| Hex | B0 | 7E | 93 | 0 | 1C | 10 | 1F | 14F | 18 | 3B |
| Octal | 260 | 176 | 223 | 0 | 34 | 20 | 37 | 517 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10010011 | 0 | 11100 | 10000 | 11111 | 101001111 | 11000 | 111011 |
Color Harmonies of #B07E93
Complementary color
Monochromatic Colors of #B07E93
Black with #B07E93
Text Example
Text Example
White with #B07E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E93; }
p { color: rgb(176,126,147); }
H1.HeaderClassName
{
color: #B07E93;
}
.AnyTagClassName
{
color: #B07E93;
}
</style>
background-color css
<style>
a { background-color: #B07E93; }
a { background-color: rgb(176,126,147); }
div.DivClassName
{
background-color: #B07E93;
}
.BgClassName
{
background-color: #B07E93;
}
</style>
border-color css
<style>
span { border-color: #B07E93; }
span { border-color: rgb(176,126,147); }
td.TdClassName
{
border-color: #B07E93;
}
.TagClassName
{
border-color: #B07E93;
}
</style>