Shades of Bouquet #B07D98
Tints of Bouquet #B07D98
RGB
CMYK
RGB Variations
Color information
#B07D98 (or 0xB07D98) is known color: Bouquet. HEX triplet: B0, 7D and 98. RGB value is (176,125,152). Sum of RGB (Red+Green+Blue) = 176+125+152=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D98 is #4F8267. Grayscale: #8F8F8F. Windows color (decimal): -5210728 or 9993648. OLE color: 9993648.
HSL color Cylindrical-coordinate representation of color #B07D98: hue angle of 328.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07D98 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 152 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.31 |
| HSL | 328.24º | 0.24% | 0.59% | - |
| HSV(B) | 328.24º | 0.29% | 0.69% | - |
| XYZ | 30.91 | 26.16 | 33.13 | - |
| YUV | 143.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 152 | 0 | 0.29 | 0.14 | 0.31 | 328.24 | 0.24 | 0.59 |
| Hex | B0 | 7D | 98 | 0 | 1D | E | 1F | 148 | 18 | 3B |
| Octal | 260 | 175 | 230 | 0 | 35 | 16 | 37 | 510 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10011000 | 0 | 11101 | 1110 | 11111 | 101001000 | 11000 | 111011 |
Color Harmonies of #B07D98
Complementary color
Monochromatic Colors of #B07D98
Black with #B07D98
Text Example
Text Example
White with #B07D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D98; }
p { color: rgb(176,125,152); }
H1.HeaderClassName
{
color: #B07D98;
}
.AnyTagClassName
{
color: #B07D98;
}
</style>
background-color css
<style>
a { background-color: #B07D98; }
a { background-color: rgb(176,125,152); }
div.DivClassName
{
background-color: #B07D98;
}
.BgClassName
{
background-color: #B07D98;
}
</style>
border-color css
<style>
span { border-color: #B07D98; }
span { border-color: rgb(176,125,152); }
td.TdClassName
{
border-color: #B07D98;
}
.TagClassName
{
border-color: #B07D98;
}
</style>