Shades of Bouquet #B26D94
Tints of Bouquet #B26D94
RGB
CMYK
RGB Variations
Color information
#B26D94 (or 0xB26D94) is known color: Bouquet. HEX triplet: B2, 6D and 94. RGB value is (178,109,148). Sum of RGB (Red+Green+Blue) = 178+109+148=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D94 is #4D926B. Grayscale: #858585. Windows color (decimal): -5083756 or 9727410. OLE color: 9727410.
HSL color Cylindrical-coordinate representation of color #B26D94: hue angle of 326.09º 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 #B26D94 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 148 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.30 |
| HSL | 326.09º | 0.31% | 0.56% | - |
| HSV(B) | 326.09º | 0.39% | 0.7% | - |
| XYZ | 29.17 | 22.54 | 30.83 | - |
| YUV | 134.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 148 | 0 | 0.39 | 0.17 | 0.30 | 326.09 | 0.31 | 0.56 |
| Hex | B2 | 6D | 94 | 0 | 27 | 11 | 1E | 146 | 1F | 38 |
| Octal | 262 | 155 | 224 | 0 | 47 | 21 | 36 | 506 | 37 | 70 |
| Binary | 10110010 | 1101101 | 10010100 | 0 | 100111 | 10001 | 11110 | 101000110 | 11111 | 111000 |
Color Harmonies of #B26D94
Complementary color
Monochromatic Colors of #B26D94
Black with #B26D94
Text Example
Text Example
White with #B26D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D94; }
p { color: rgb(178,109,148); }
H1.HeaderClassName
{
color: #B26D94;
}
.AnyTagClassName
{
color: #B26D94;
}
</style>
background-color css
<style>
a { background-color: #B26D94; }
a { background-color: rgb(178,109,148); }
div.DivClassName
{
background-color: #B26D94;
}
.BgClassName
{
background-color: #B26D94;
}
</style>
border-color css
<style>
span { border-color: #B26D94; }
span { border-color: rgb(178,109,148); }
td.TdClassName
{
border-color: #B26D94;
}
.TagClassName
{
border-color: #B26D94;
}
</style>