Shades of Bouquet #B07E9F
Tints of Bouquet #B07E9F
RGB
CMYK
RGB Variations
Color information
#B07E9F (or 0xB07E9F) is known color: Bouquet. HEX triplet: B0, 7E and 9F. RGB value is (176,126,159). Sum of RGB (Red+Green+Blue) = 176+126+159=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E9F is #4F8160. Grayscale: #909090. Windows color (decimal): -5210465 or 10452656. OLE color: 10452656.
HSL color Cylindrical-coordinate representation of color #B07E9F: hue angle of 320.4º 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 #B07E9F is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 159 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.31 |
| HSL | 320.4º | 0.24% | 0.59% | - |
| HSV(B) | 320.4º | 0.28% | 0.69% | - |
| XYZ | 31.62 | 26.66 | 36.28 | - |
| YUV | 144.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 159 | 0 | 0.28 | 0.10 | 0.31 | 320.4 | 0.24 | 0.59 |
| Hex | B0 | 7E | 9F | 0 | 1C | A | 1F | 140 | 18 | 3B |
| Octal | 260 | 176 | 237 | 0 | 34 | 12 | 37 | 500 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10011111 | 0 | 11100 | 1010 | 11111 | 101000000 | 11000 | 111011 |
Color Harmonies of #B07E9F
Complementary color
Monochromatic Colors of #B07E9F
Black with #B07E9F
Text Example
Text Example
White with #B07E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E9F; }
p { color: rgb(176,126,159); }
H1.HeaderClassName
{
color: #B07E9F;
}
.AnyTagClassName
{
color: #B07E9F;
}
</style>
background-color css
<style>
a { background-color: #B07E9F; }
a { background-color: rgb(176,126,159); }
div.DivClassName
{
background-color: #B07E9F;
}
.BgClassName
{
background-color: #B07E9F;
}
</style>
border-color css
<style>
span { border-color: #B07E9F; }
span { border-color: rgb(176,126,159); }
td.TdClassName
{
border-color: #B07E9F;
}
.TagClassName
{
border-color: #B07E9F;
}
</style>