Shades of Bouquet #B26299
Tints of Bouquet #B26299
RGB
CMYK
RGB Variations
Color information
#B26299 (or 0xB26299) is known color: Bouquet. HEX triplet: B2, 62 and 99. RGB value is (178,98,153). Sum of RGB (Red+Green+Blue) = 178+98+153=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B26299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26299 is #4D9D66. Grayscale: #808080. Windows color (decimal): -5086567 or 10052274. OLE color: 10052274.
HSL color Cylindrical-coordinate representation of color #B26299: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26299 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 153 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.30 |
| HSL | 318.75º | 0.34% | 0.54% | - |
| HSV(B) | 318.75º | 0.45% | 0.7% | - |
| XYZ | 28.48 | 20.5 | 32.59 | - |
| YUV | 128.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 153 | 0 | 0.45 | 0.14 | 0.30 | 318.75 | 0.34 | 0.54 |
| Hex | B2 | 62 | 99 | 0 | 2D | E | 1E | 13F | 22 | 36 |
| Octal | 262 | 142 | 231 | 0 | 55 | 16 | 36 | 477 | 42 | 66 |
| Binary | 10110010 | 1100010 | 10011001 | 0 | 101101 | 1110 | 11110 | 100111111 | 100010 | 110110 |
Color Harmonies of #B26299
Complementary color
Monochromatic Colors of #B26299
Black with #B26299
Text Example
Text Example
White with #B26299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26299; }
p { color: rgb(178,98,153); }
H1.HeaderClassName
{
color: #B26299;
}
.AnyTagClassName
{
color: #B26299;
}
</style>
background-color css
<style>
a { background-color: #B26299; }
a { background-color: rgb(178,98,153); }
div.DivClassName
{
background-color: #B26299;
}
.BgClassName
{
background-color: #B26299;
}
</style>
border-color css
<style>
span { border-color: #B26299; }
span { border-color: rgb(178,98,153); }
td.TdClassName
{
border-color: #B26299;
}
.TagClassName
{
border-color: #B26299;
}
</style>