Shades of Bouquet #B26499
Tints of Bouquet #B26499
RGB
CMYK
RGB Variations
Color information
#B26499 (or 0xB26499) is known color: Bouquet. HEX triplet: B2, 64 and 99. RGB value is (178,100,153). Sum of RGB (Red+Green+Blue) = 178+100+153=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B26499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26499 is #4D9B66. Grayscale: #818181. Windows color (decimal): -5086055 or 10052786. OLE color: 10052786.
HSL color Cylindrical-coordinate representation of color #B26499: hue angle of 319.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26499 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 153 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.30 |
| HSL | 319.23º | 0.34% | 0.55% | - |
| HSV(B) | 319.23º | 0.44% | 0.7% | - |
| XYZ | 28.67 | 20.88 | 32.66 | - |
| YUV | 129.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 153 | 0 | 0.44 | 0.14 | 0.30 | 319.23 | 0.34 | 0.55 |
| Hex | B2 | 64 | 99 | 0 | 2C | E | 1E | 13F | 22 | 37 |
| Octal | 262 | 144 | 231 | 0 | 54 | 16 | 36 | 477 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10011001 | 0 | 101100 | 1110 | 11110 | 100111111 | 100010 | 110111 |
Color Harmonies of #B26499
Complementary color
Monochromatic Colors of #B26499
Black with #B26499
Text Example
Text Example
White with #B26499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26499; }
p { color: rgb(178,100,153); }
H1.HeaderClassName
{
color: #B26499;
}
.AnyTagClassName
{
color: #B26499;
}
</style>
background-color css
<style>
a { background-color: #B26499; }
a { background-color: rgb(178,100,153); }
div.DivClassName
{
background-color: #B26499;
}
.BgClassName
{
background-color: #B26499;
}
</style>
border-color css
<style>
span { border-color: #B26499; }
span { border-color: rgb(178,100,153); }
td.TdClassName
{
border-color: #B26499;
}
.TagClassName
{
border-color: #B26499;
}
</style>