Shades of Bouquet #B36D99
Tints of Bouquet #B36D99
RGB
CMYK
RGB Variations
Color information
#B36D99 (or 0xB36D99) is known color: Bouquet. HEX triplet: B3, 6D and 99. RGB value is (179,109,153). Sum of RGB (Red+Green+Blue) = 179+109+153=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D99 is #4C9266. Grayscale: #868686. Windows color (decimal): -5018215 or 10055091. OLE color: 10055091.
HSL color Cylindrical-coordinate representation of color #B36D99: hue angle of 322.29º degrees, saturation: 0.32, 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 #B36D99 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 153 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.30 |
| HSL | 322.29º | 0.32% | 0.56% | - |
| HSV(B) | 322.29º | 0.39% | 0.7% | - |
| XYZ | 29.81 | 22.82 | 32.97 | - |
| YUV | 134.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 153 | 0 | 0.39 | 0.15 | 0.30 | 322.29 | 0.32 | 0.56 |
| Hex | B3 | 6D | 99 | 0 | 27 | F | 1E | 142 | 20 | 38 |
| Octal | 263 | 155 | 231 | 0 | 47 | 17 | 36 | 502 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10011001 | 0 | 100111 | 1111 | 11110 | 101000010 | 100000 | 111000 |
Color Harmonies of #B36D99
Complementary color
Monochromatic Colors of #B36D99
Black with #B36D99
Text Example
Text Example
White with #B36D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D99; }
p { color: rgb(179,109,153); }
H1.HeaderClassName
{
color: #B36D99;
}
.AnyTagClassName
{
color: #B36D99;
}
</style>
background-color css
<style>
a { background-color: #B36D99; }
a { background-color: rgb(179,109,153); }
div.DivClassName
{
background-color: #B36D99;
}
.BgClassName
{
background-color: #B36D99;
}
</style>
border-color css
<style>
span { border-color: #B36D99; }
span { border-color: rgb(179,109,153); }
td.TdClassName
{
border-color: #B36D99;
}
.TagClassName
{
border-color: #B36D99;
}
</style>