Shades of Bouquet #B26D99
Tints of Bouquet #B26D99
RGB
CMYK
RGB Variations
Color information
#B26D99 (or 0xB26D99) is known color: Bouquet. HEX triplet: B2, 6D and 99. RGB value is (178,109,153). Sum of RGB (Red+Green+Blue) = 178+109+153=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D99 is #4D9266. Grayscale: #868686. Windows color (decimal): -5083751 or 10055090. OLE color: 10055090.
HSL color Cylindrical-coordinate representation of color #B26D99: hue angle of 321.74º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D99 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 153 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.30 |
| HSL | 321.74º | 0.31% | 0.56% | - |
| HSV(B) | 321.74º | 0.39% | 0.7% | - |
| XYZ | 29.58 | 22.7 | 32.96 | - |
| YUV | 134.65 | 138.36 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 153 | 0 | 0.39 | 0.14 | 0.30 | 321.74 | 0.31 | 0.56 |
| Hex | B2 | 6D | 99 | 0 | 27 | E | 1E | 142 | 1F | 38 |
| Octal | 262 | 155 | 231 | 0 | 47 | 16 | 36 | 502 | 37 | 70 |
| Binary | 10110010 | 1101101 | 10011001 | 0 | 100111 | 1110 | 11110 | 101000010 | 11111 | 111000 |
Color Harmonies of #B26D99
Complementary color
Monochromatic Colors of #B26D99
Black with #B26D99
Text Example
Text Example
White with #B26D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D99; }
p { color: rgb(178,109,153); }
H1.HeaderClassName
{
color: #B26D99;
}
.AnyTagClassName
{
color: #B26D99;
}
</style>
background-color css
<style>
a { background-color: #B26D99; }
a { background-color: rgb(178,109,153); }
div.DivClassName
{
background-color: #B26D99;
}
.BgClassName
{
background-color: #B26D99;
}
</style>
border-color css
<style>
span { border-color: #B26D99; }
span { border-color: rgb(178,109,153); }
td.TdClassName
{
border-color: #B26D99;
}
.TagClassName
{
border-color: #B26D99;
}
</style>