Shades of Bouquet #B06297
Tints of Bouquet #B06297
RGB
CMYK
RGB Variations
Color information
#B06297 (or 0xB06297) is known color: Bouquet. HEX triplet: B0, 62 and 97. RGB value is (176,98,151). Sum of RGB (Red+Green+Blue) = 176+98+151=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B06297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06297 is #4F9D68. Grayscale: #7F7F7F. Windows color (decimal): -5217641 or 9921200. OLE color: 9921200.
HSL color Cylindrical-coordinate representation of color #B06297: hue angle of 319.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06297 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 151 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.31 |
| HSL | 319.23º | 0.33% | 0.54% | - |
| HSV(B) | 319.23º | 0.44% | 0.69% | - |
| XYZ | 27.86 | 20.2 | 31.71 | - |
| YUV | 127.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 151 | 0 | 0.44 | 0.14 | 0.31 | 319.23 | 0.33 | 0.54 |
| Hex | B0 | 62 | 97 | 0 | 2C | E | 1F | 13F | 21 | 36 |
| Octal | 260 | 142 | 227 | 0 | 54 | 16 | 37 | 477 | 41 | 66 |
| Binary | 10110000 | 1100010 | 10010111 | 0 | 101100 | 1110 | 11111 | 100111111 | 100001 | 110110 |
Color Harmonies of #B06297
Complementary color
Monochromatic Colors of #B06297
Black with #B06297
Text Example
Text Example
White with #B06297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06297; }
p { color: rgb(176,98,151); }
H1.HeaderClassName
{
color: #B06297;
}
.AnyTagClassName
{
color: #B06297;
}
</style>
background-color css
<style>
a { background-color: #B06297; }
a { background-color: rgb(176,98,151); }
div.DivClassName
{
background-color: #B06297;
}
.BgClassName
{
background-color: #B06297;
}
</style>
border-color css
<style>
span { border-color: #B06297; }
span { border-color: rgb(176,98,151); }
td.TdClassName
{
border-color: #B06297;
}
.TagClassName
{
border-color: #B06297;
}
</style>