Shades of Bouquet #B06499
Tints of Bouquet #B06499
RGB
CMYK
RGB Variations
Color information
#B06499 (or 0xB06499) is known color: Bouquet. HEX triplet: B0, 64 and 99. RGB value is (176,100,153). Sum of RGB (Red+Green+Blue) = 176+100+153=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B06499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06499 is #4F9B66. Grayscale: #808080. Windows color (decimal): -5217127 or 10052784. OLE color: 10052784.
HSL color Cylindrical-coordinate representation of color #B06499: hue angle of 318.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06499 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 153 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.31 |
| HSL | 318.16º | 0.32% | 0.54% | - |
| HSV(B) | 318.16º | 0.43% | 0.69% | - |
| XYZ | 28.21 | 20.64 | 32.63 | - |
| YUV | 128.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 153 | 0 | 0.43 | 0.13 | 0.31 | 318.16 | 0.32 | 0.54 |
| Hex | B0 | 64 | 99 | 0 | 2B | D | 1F | 13E | 20 | 36 |
| Octal | 260 | 144 | 231 | 0 | 53 | 15 | 37 | 476 | 40 | 66 |
| Binary | 10110000 | 1100100 | 10011001 | 0 | 101011 | 1101 | 11111 | 100111110 | 100000 | 110110 |
Color Harmonies of #B06499
Complementary color
Monochromatic Colors of #B06499
Black with #B06499
Text Example
Text Example
White with #B06499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06499; }
p { color: rgb(176,100,153); }
H1.HeaderClassName
{
color: #B06499;
}
.AnyTagClassName
{
color: #B06499;
}
</style>
background-color css
<style>
a { background-color: #B06499; }
a { background-color: rgb(176,100,153); }
div.DivClassName
{
background-color: #B06499;
}
.BgClassName
{
background-color: #B06499;
}
</style>
border-color css
<style>
span { border-color: #B06499; }
span { border-color: rgb(176,100,153); }
td.TdClassName
{
border-color: #B06499;
}
.TagClassName
{
border-color: #B06499;
}
</style>