Shades of Bouquet #B36399
Tints of Bouquet #B36399
RGB
CMYK
RGB Variations
Color information
#B36399 (or 0xB36399) is known color: Bouquet. HEX triplet: B3, 63 and 99. RGB value is (179,99,153). Sum of RGB (Red+Green+Blue) = 179+99+153=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36399 is #4C9C66. Grayscale: #808080. Windows color (decimal): -5020775 or 10052531. OLE color: 10052531.
HSL color Cylindrical-coordinate representation of color #B36399: hue angle of 319.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36399 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 153 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.30 |
| HSL | 319.5º | 0.34% | 0.55% | - |
| HSV(B) | 319.5º | 0.45% | 0.7% | - |
| XYZ | 28.8 | 20.81 | 32.64 | - |
| YUV | 129.08 | 141.5 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 153 | 0 | 0.45 | 0.15 | 0.30 | 319.5 | 0.34 | 0.55 |
| Hex | B3 | 63 | 99 | 0 | 2D | F | 1E | 140 | 22 | 37 |
| Octal | 263 | 143 | 231 | 0 | 55 | 17 | 36 | 500 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10011001 | 0 | 101101 | 1111 | 11110 | 101000000 | 100010 | 110111 |
Color Harmonies of #B36399
Complementary color
Monochromatic Colors of #B36399
Black with #B36399
Text Example
Text Example
White with #B36399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36399; }
p { color: rgb(179,99,153); }
H1.HeaderClassName
{
color: #B36399;
}
.AnyTagClassName
{
color: #B36399;
}
</style>
background-color css
<style>
a { background-color: #B36399; }
a { background-color: rgb(179,99,153); }
div.DivClassName
{
background-color: #B36399;
}
.BgClassName
{
background-color: #B36399;
}
</style>
border-color css
<style>
span { border-color: #B36399; }
span { border-color: rgb(179,99,153); }
td.TdClassName
{
border-color: #B36399;
}
.TagClassName
{
border-color: #B36399;
}
</style>