Shades of Bouquet #B36498
Tints of Bouquet #B36498
RGB
CMYK
RGB Variations
Color information
#B36498 (or 0xB36498) is known color: Bouquet. HEX triplet: B3, 64 and 98. RGB value is (179,100,152). Sum of RGB (Red+Green+Blue) = 179+100+152=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36498 is #4C9B67. Grayscale: #818181. Windows color (decimal): -5020520 or 9987251. OLE color: 9987251.
HSL color Cylindrical-coordinate representation of color #B36498: hue angle of 320.51º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36498 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 152 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.30 |
| HSL | 320.51º | 0.34% | 0.55% | - |
| HSV(B) | 320.51º | 0.44% | 0.7% | - |
| XYZ | 28.82 | 20.97 | 32.23 | - |
| YUV | 129.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 152 | 0 | 0.44 | 0.15 | 0.30 | 320.51 | 0.34 | 0.55 |
| Hex | B3 | 64 | 98 | 0 | 2C | F | 1E | 141 | 22 | 37 |
| Octal | 263 | 144 | 230 | 0 | 54 | 17 | 36 | 501 | 42 | 67 |
| Binary | 10110011 | 1100100 | 10011000 | 0 | 101100 | 1111 | 11110 | 101000001 | 100010 | 110111 |
Color Harmonies of #B36498
Complementary color
Monochromatic Colors of #B36498
Black with #B36498
Text Example
Text Example
White with #B36498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36498; }
p { color: rgb(179,100,152); }
H1.HeaderClassName
{
color: #B36498;
}
.AnyTagClassName
{
color: #B36498;
}
</style>
background-color css
<style>
a { background-color: #B36498; }
a { background-color: rgb(179,100,152); }
div.DivClassName
{
background-color: #B36498;
}
.BgClassName
{
background-color: #B36498;
}
</style>
border-color css
<style>
span { border-color: #B36498; }
span { border-color: rgb(179,100,152); }
td.TdClassName
{
border-color: #B36498;
}
.TagClassName
{
border-color: #B36498;
}
</style>