Shades of Bouquet #B36D9C
Tints of Bouquet #B36D9C
RGB
CMYK
RGB Variations
Color information
#B36D9C (or 0xB36D9C) is known color: Bouquet. HEX triplet: B3, 6D and 9C. RGB value is (179,109,156). Sum of RGB (Red+Green+Blue) = 179+109+156=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D9C is #4C9263. Grayscale: #878787. Windows color (decimal): -5018212 or 10251699. OLE color: 10251699.
HSL color Cylindrical-coordinate representation of color #B36D9C: hue angle of 319.71º 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 #B36D9C is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 156 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.30 |
| HSL | 319.71º | 0.32% | 0.56% | - |
| HSV(B) | 319.71º | 0.39% | 0.7% | - |
| XYZ | 30.06 | 22.92 | 34.29 | - |
| YUV | 135.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 156 | 0 | 0.39 | 0.13 | 0.30 | 319.71 | 0.32 | 0.56 |
| Hex | B3 | 6D | 9C | 0 | 27 | D | 1E | 140 | 20 | 38 |
| Octal | 263 | 155 | 234 | 0 | 47 | 15 | 36 | 500 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10011100 | 0 | 100111 | 1101 | 11110 | 101000000 | 100000 | 111000 |
Color Harmonies of #B36D9C
Complementary color
Monochromatic Colors of #B36D9C
Black with #B36D9C
Text Example
Text Example
White with #B36D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D9C; }
p { color: rgb(179,109,156); }
H1.HeaderClassName
{
color: #B36D9C;
}
.AnyTagClassName
{
color: #B36D9C;
}
</style>
background-color css
<style>
a { background-color: #B36D9C; }
a { background-color: rgb(179,109,156); }
div.DivClassName
{
background-color: #B36D9C;
}
.BgClassName
{
background-color: #B36D9C;
}
</style>
border-color css
<style>
span { border-color: #B36D9C; }
span { border-color: rgb(179,109,156); }
td.TdClassName
{
border-color: #B36D9C;
}
.TagClassName
{
border-color: #B36D9C;
}
</style>