Shades of Bouquet #B07896
Tints of Bouquet #B07896
RGB
CMYK
RGB Variations
Color information
#B07896 (or 0xB07896) is known color: Bouquet. HEX triplet: B0, 78 and 96. RGB value is (176,120,150). Sum of RGB (Red+Green+Blue) = 176+120+150=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07896 is #4F8769. Grayscale: #8C8C8C. Windows color (decimal): -5212010 or 9861296. OLE color: 9861296.
HSL color Cylindrical-coordinate representation of color #B07896: hue angle of 327.86º 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 #B07896 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 150 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.31 |
| HSL | 327.86º | 0.26% | 0.58% | - |
| HSV(B) | 327.86º | 0.32% | 0.69% | - |
| XYZ | 30.13 | 24.87 | 32.07 | - |
| YUV | 140.16 | 133.55 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 150 | 0 | 0.32 | 0.15 | 0.31 | 327.86 | 0.26 | 0.58 |
| Hex | B0 | 78 | 96 | 0 | 20 | F | 1F | 148 | 1A | 3A |
| Octal | 260 | 170 | 226 | 0 | 40 | 17 | 37 | 510 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10010110 | 0 | 100000 | 1111 | 11111 | 101001000 | 11010 | 111010 |
Color Harmonies of #B07896
Complementary color
Monochromatic Colors of #B07896
Black with #B07896
Text Example
Text Example
White with #B07896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07896; }
p { color: rgb(176,120,150); }
H1.HeaderClassName
{
color: #B07896;
}
.AnyTagClassName
{
color: #B07896;
}
</style>
background-color css
<style>
a { background-color: #B07896; }
a { background-color: rgb(176,120,150); }
div.DivClassName
{
background-color: #B07896;
}
.BgClassName
{
background-color: #B07896;
}
</style>
border-color css
<style>
span { border-color: #B07896; }
span { border-color: rgb(176,120,150); }
td.TdClassName
{
border-color: #B07896;
}
.TagClassName
{
border-color: #B07896;
}
</style>