Shades of Bouquet #B07697
Tints of Bouquet #B07697
RGB
CMYK
RGB Variations
Color information
#B07697 (or 0xB07697) is known color: Bouquet. HEX triplet: B0, 76 and 97. RGB value is (176,118,151). Sum of RGB (Red+Green+Blue) = 176+118+151=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07697 is #4F8968. Grayscale: #8B8B8B. Windows color (decimal): -5212521 or 9926320. OLE color: 9926320.
HSL color Cylindrical-coordinate representation of color #B07697: hue angle of 325.86º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B07697 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 151 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.31 |
| HSL | 325.86º | 0.27% | 0.58% | - |
| HSV(B) | 325.86º | 0.33% | 0.69% | - |
| XYZ | 29.97 | 24.42 | 32.41 | - |
| YUV | 139.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 151 | 0 | 0.33 | 0.14 | 0.31 | 325.86 | 0.27 | 0.58 |
| Hex | B0 | 76 | 97 | 0 | 21 | E | 1F | 146 | 1B | 3A |
| Octal | 260 | 166 | 227 | 0 | 41 | 16 | 37 | 506 | 33 | 72 |
| Binary | 10110000 | 1110110 | 10010111 | 0 | 100001 | 1110 | 11111 | 101000110 | 11011 | 111010 |
Color Harmonies of #B07697
Complementary color
Monochromatic Colors of #B07697
Black with #B07697
Text Example
Text Example
White with #B07697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07697; }
p { color: rgb(176,118,151); }
H1.HeaderClassName
{
color: #B07697;
}
.AnyTagClassName
{
color: #B07697;
}
</style>
background-color css
<style>
a { background-color: #B07697; }
a { background-color: rgb(176,118,151); }
div.DivClassName
{
background-color: #B07697;
}
.BgClassName
{
background-color: #B07697;
}
</style>
border-color css
<style>
span { border-color: #B07697; }
span { border-color: rgb(176,118,151); }
td.TdClassName
{
border-color: #B07697;
}
.TagClassName
{
border-color: #B07697;
}
</style>