Shades of Bouquet #B26395
Tints of Bouquet #B26395
RGB
CMYK
RGB Variations
Color information
#B26395 (or 0xB26395) is known color: Bouquet. HEX triplet: B2, 63 and 95. RGB value is (178,99,149). Sum of RGB (Red+Green+Blue) = 178+99+149=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B26395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26395 is #4D9C6A. Grayscale: #808080. Windows color (decimal): -5086315 or 9790386. OLE color: 9790386.
HSL color Cylindrical-coordinate representation of color #B26395: hue angle of 322.03º 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 #B26395 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 149 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.30 |
| HSL | 322.03º | 0.34% | 0.54% | - |
| HSV(B) | 322.03º | 0.44% | 0.7% | - |
| XYZ | 28.25 | 20.56 | 30.91 | - |
| YUV | 128.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 149 | 0 | 0.44 | 0.16 | 0.30 | 322.03 | 0.34 | 0.54 |
| Hex | B2 | 63 | 95 | 0 | 2C | 10 | 1E | 142 | 22 | 36 |
| Octal | 262 | 143 | 225 | 0 | 54 | 20 | 36 | 502 | 42 | 66 |
| Binary | 10110010 | 1100011 | 10010101 | 0 | 101100 | 10000 | 11110 | 101000010 | 100010 | 110110 |
Color Harmonies of #B26395
Complementary color
Monochromatic Colors of #B26395
Black with #B26395
Text Example
Text Example
White with #B26395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26395; }
p { color: rgb(178,99,149); }
H1.HeaderClassName
{
color: #B26395;
}
.AnyTagClassName
{
color: #B26395;
}
</style>
background-color css
<style>
a { background-color: #B26395; }
a { background-color: rgb(178,99,149); }
div.DivClassName
{
background-color: #B26395;
}
.BgClassName
{
background-color: #B26395;
}
</style>
border-color css
<style>
span { border-color: #B26395; }
span { border-color: rgb(178,99,149); }
td.TdClassName
{
border-color: #B26395;
}
.TagClassName
{
border-color: #B26395;
}
</style>