Shades of Bouquet #B07B96
Tints of Bouquet #B07B96
RGB
CMYK
RGB Variations
Color information
#B07B96 (or 0xB07B96) is known color: Bouquet. HEX triplet: B0, 7B and 96. RGB value is (176,123,150). Sum of RGB (Red+Green+Blue) = 176+123+150=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B96 is #4F8469. Grayscale: #8D8D8D. Windows color (decimal): -5211242 or 9862064. OLE color: 9862064.
HSL color Cylindrical-coordinate representation of color #B07B96: hue angle of 329.43º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B96 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 150 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.31 |
| HSL | 329.43º | 0.25% | 0.59% | - |
| HSV(B) | 329.43º | 0.3% | 0.69% | - |
| XYZ | 30.49 | 25.6 | 32.19 | - |
| YUV | 141.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 150 | 0 | 0.30 | 0.15 | 0.31 | 329.43 | 0.25 | 0.59 |
| Hex | B0 | 7B | 96 | 0 | 1E | F | 1F | 149 | 19 | 3B |
| Octal | 260 | 173 | 226 | 0 | 36 | 17 | 37 | 511 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10010110 | 0 | 11110 | 1111 | 11111 | 101001001 | 11001 | 111011 |
Color Harmonies of #B07B96
Complementary color
Monochromatic Colors of #B07B96
Black with #B07B96
Text Example
Text Example
White with #B07B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B96; }
p { color: rgb(176,123,150); }
H1.HeaderClassName
{
color: #B07B96;
}
.AnyTagClassName
{
color: #B07B96;
}
</style>
background-color css
<style>
a { background-color: #B07B96; }
a { background-color: rgb(176,123,150); }
div.DivClassName
{
background-color: #B07B96;
}
.BgClassName
{
background-color: #B07B96;
}
</style>
border-color css
<style>
span { border-color: #B07B96; }
span { border-color: rgb(176,123,150); }
td.TdClassName
{
border-color: #B07B96;
}
.TagClassName
{
border-color: #B07B96;
}
</style>