Shades of Bouquet #B26894
Tints of Bouquet #B26894
RGB
CMYK
RGB Variations
Color information
#B26894 (or 0xB26894) is known color: Bouquet. HEX triplet: B2, 68 and 94. RGB value is (178,104,148). Sum of RGB (Red+Green+Blue) = 178+104+148=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B26894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26894 is #4D976B. Grayscale: #838383. Windows color (decimal): -5085036 or 9726130. OLE color: 9726130.
HSL color Cylindrical-coordinate representation of color #B26894: hue angle of 324.32º 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 #B26894 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 148 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.30 |
| HSL | 324.32º | 0.32% | 0.55% | - |
| HSV(B) | 324.32º | 0.42% | 0.7% | - |
| XYZ | 28.66 | 21.5 | 30.66 | - |
| YUV | 131.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 148 | 0 | 0.42 | 0.17 | 0.30 | 324.32 | 0.32 | 0.55 |
| Hex | B2 | 68 | 94 | 0 | 2A | 11 | 1E | 144 | 20 | 37 |
| Octal | 262 | 150 | 224 | 0 | 52 | 21 | 36 | 504 | 40 | 67 |
| Binary | 10110010 | 1101000 | 10010100 | 0 | 101010 | 10001 | 11110 | 101000100 | 100000 | 110111 |
Color Harmonies of #B26894
Complementary color
Monochromatic Colors of #B26894
Black with #B26894
Text Example
Text Example
White with #B26894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26894; }
p { color: rgb(178,104,148); }
H1.HeaderClassName
{
color: #B26894;
}
.AnyTagClassName
{
color: #B26894;
}
</style>
background-color css
<style>
a { background-color: #B26894; }
a { background-color: rgb(178,104,148); }
div.DivClassName
{
background-color: #B26894;
}
.BgClassName
{
background-color: #B26894;
}
</style>
border-color css
<style>
span { border-color: #B26894; }
span { border-color: rgb(178,104,148); }
td.TdClassName
{
border-color: #B26894;
}
.TagClassName
{
border-color: #B26894;
}
</style>