Shades of Bouquet #B07898
Tints of Bouquet #B07898
RGB
CMYK
RGB Variations
Color information
#B07898 (or 0xB07898) is known color: Bouquet. HEX triplet: B0, 78 and 98. RGB value is (176,120,152). Sum of RGB (Red+Green+Blue) = 176+120+152=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B07898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07898 is #4F8767. Grayscale: #8C8C8C. Windows color (decimal): -5212008 or 9992368. OLE color: 9992368.
HSL color Cylindrical-coordinate representation of color #B07898: hue angle of 325.71º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07898 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 152 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.31 |
| HSL | 325.71º | 0.26% | 0.58% | - |
| HSV(B) | 325.71º | 0.32% | 0.69% | - |
| XYZ | 30.29 | 24.93 | 32.92 | - |
| YUV | 140.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 152 | 0 | 0.32 | 0.14 | 0.31 | 325.71 | 0.26 | 0.58 |
| Hex | B0 | 78 | 98 | 0 | 20 | E | 1F | 146 | 1A | 3A |
| Octal | 260 | 170 | 230 | 0 | 40 | 16 | 37 | 506 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10011000 | 0 | 100000 | 1110 | 11111 | 101000110 | 11010 | 111010 |
Color Harmonies of #B07898
Complementary color
Monochromatic Colors of #B07898
Black with #B07898
Text Example
Text Example
White with #B07898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07898; }
p { color: rgb(176,120,152); }
H1.HeaderClassName
{
color: #B07898;
}
.AnyTagClassName
{
color: #B07898;
}
</style>
background-color css
<style>
a { background-color: #B07898; }
a { background-color: rgb(176,120,152); }
div.DivClassName
{
background-color: #B07898;
}
.BgClassName
{
background-color: #B07898;
}
</style>
border-color css
<style>
span { border-color: #B07898; }
span { border-color: rgb(176,120,152); }
td.TdClassName
{
border-color: #B07898;
}
.TagClassName
{
border-color: #B07898;
}
</style>