Shades of Bouquet #B07598
Tints of Bouquet #B07598
RGB
CMYK
RGB Variations
Color information
#B07598 (or 0xB07598) is known color: Bouquet. HEX triplet: B0, 75 and 98. RGB value is (176,117,152). Sum of RGB (Red+Green+Blue) = 176+117+152=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07598 is #4F8A67. Grayscale: #8A8A8A. Windows color (decimal): -5212776 or 9991600. OLE color: 9991600.
HSL color Cylindrical-coordinate representation of color #B07598: hue angle of 324.41º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07598 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 117 | 152 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.31 |
| HSL | 324.41º | 0.27% | 0.57% | - |
| HSV(B) | 324.41º | 0.34% | 0.69% | - |
| XYZ | 29.93 | 24.22 | 32.8 | - |
| YUV | 138.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 152 | 0 | 0.34 | 0.14 | 0.31 | 324.41 | 0.27 | 0.57 |
| Hex | B0 | 75 | 98 | 0 | 22 | E | 1F | 144 | 1B | 39 |
| Octal | 260 | 165 | 230 | 0 | 42 | 16 | 37 | 504 | 33 | 71 |
| Binary | 10110000 | 1110101 | 10011000 | 0 | 100010 | 1110 | 11111 | 101000100 | 11011 | 111001 |
Color Harmonies of #B07598
Complementary color
Monochromatic Colors of #B07598
Black with #B07598
Text Example
Text Example
White with #B07598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07598; }
p { color: rgb(176,117,152); }
H1.HeaderClassName
{
color: #B07598;
}
.AnyTagClassName
{
color: #B07598;
}
</style>
background-color css
<style>
a { background-color: #B07598; }
a { background-color: rgb(176,117,152); }
div.DivClassName
{
background-color: #B07598;
}
.BgClassName
{
background-color: #B07598;
}
</style>
border-color css
<style>
span { border-color: #B07598; }
span { border-color: rgb(176,117,152); }
td.TdClassName
{
border-color: #B07598;
}
.TagClassName
{
border-color: #B07598;
}
</style>