Shades of Bouquet #B26399
Tints of Bouquet #B26399
RGB
CMYK
RGB Variations
Color information
#B26399 (or 0xB26399) is known color: Bouquet. HEX triplet: B2, 63 and 99. RGB value is (178,99,153). Sum of RGB (Red+Green+Blue) = 178+99+153=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26399 is #4D9C66. Grayscale: #808080. Windows color (decimal): -5086311 or 10052530. OLE color: 10052530.
HSL color Cylindrical-coordinate representation of color #B26399: hue angle of 318.99º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26399 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 153 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.30 |
| HSL | 318.99º | 0.34% | 0.54% | - |
| HSV(B) | 318.99º | 0.44% | 0.7% | - |
| XYZ | 28.57 | 20.69 | 32.62 | - |
| YUV | 128.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 153 | 0 | 0.44 | 0.14 | 0.30 | 318.99 | 0.34 | 0.54 |
| Hex | B2 | 63 | 99 | 0 | 2C | E | 1E | 13F | 22 | 36 |
| Octal | 262 | 143 | 231 | 0 | 54 | 16 | 36 | 477 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10011001 | 0 | 101100 | 1110 | 11110 | 100111111 | 100010 | 110110 |
Color Harmonies of #B26399
Complementary color
Monochromatic Colors of #B26399
Black with #B26399
Text Example
Text Example
White with #B26399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26399; }
p { color: rgb(178,99,153); }
H1.HeaderClassName
{
color: #B26399;
}
.AnyTagClassName
{
color: #B26399;
}
</style>
background-color css
<style>
a { background-color: #B26399; }
a { background-color: rgb(178,99,153); }
div.DivClassName
{
background-color: #B26399;
}
.BgClassName
{
background-color: #B26399;
}
</style>
border-color css
<style>
span { border-color: #B26399; }
span { border-color: rgb(178,99,153); }
td.TdClassName
{
border-color: #B26399;
}
.TagClassName
{
border-color: #B26399;
}
</style>