Shades of Bouquet #B26897
Tints of Bouquet #B26897
RGB
CMYK
RGB Variations
Color information
#B26897 (or 0xB26897) is known color: Bouquet. HEX triplet: B2, 68 and 97. RGB value is (178,104,151). Sum of RGB (Red+Green+Blue) = 178+104+151=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B26897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26897 is #4D9768. Grayscale: #838383. Windows color (decimal): -5085033 or 9922738. OLE color: 9922738.
HSL color Cylindrical-coordinate representation of color #B26897: hue angle of 321.89º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B26897 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 151 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.30 |
| HSL | 321.89º | 0.32% | 0.55% | - |
| HSV(B) | 321.89º | 0.42% | 0.7% | - |
| XYZ | 28.9 | 21.6 | 31.92 | - |
| YUV | 131.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 151 | 0 | 0.42 | 0.15 | 0.30 | 321.89 | 0.32 | 0.55 |
| Hex | B2 | 68 | 97 | 0 | 2A | F | 1E | 142 | 20 | 37 |
| Octal | 262 | 150 | 227 | 0 | 52 | 17 | 36 | 502 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10010111 | 0 | 101010 | 1111 | 11110 | 101000010 | 100000 | 110111 |
Color Harmonies of #B26897
Complementary color
Monochromatic Colors of #B26897
Black with #B26897
Text Example
Text Example
White with #B26897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26897; }
p { color: rgb(178,104,151); }
H1.HeaderClassName
{
color: #B26897;
}
.AnyTagClassName
{
color: #B26897;
}
</style>
background-color css
<style>
a { background-color: #B26897; }
a { background-color: rgb(178,104,151); }
div.DivClassName
{
background-color: #B26897;
}
.BgClassName
{
background-color: #B26897;
}
</style>
border-color css
<style>
span { border-color: #B26897; }
span { border-color: rgb(178,104,151); }
td.TdClassName
{
border-color: #B26897;
}
.TagClassName
{
border-color: #B26897;
}
</style>