Shades of Bouquet #B36F9C
Tints of Bouquet #B36F9C
RGB
CMYK
RGB Variations
Color information
#B36F9C (or 0xB36F9C) is known color: Bouquet. HEX triplet: B3, 6F and 9C. RGB value is (179,111,156). Sum of RGB (Red+Green+Blue) = 179+111+156=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F9C is #4C9063. Grayscale: #888888. Windows color (decimal): -5017700 or 10252211. OLE color: 10252211.
HSL color Cylindrical-coordinate representation of color #B36F9C: hue angle of 320.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B36F9C is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 156 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.30 |
| HSL | 320.29º | 0.31% | 0.57% | - |
| HSV(B) | 320.29º | 0.38% | 0.7% | - |
| XYZ | 30.28 | 23.35 | 34.36 | - |
| YUV | 136.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 156 | 0 | 0.38 | 0.13 | 0.30 | 320.29 | 0.31 | 0.57 |
| Hex | B3 | 6F | 9C | 0 | 26 | D | 1E | 140 | 1F | 39 |
| Octal | 263 | 157 | 234 | 0 | 46 | 15 | 36 | 500 | 37 | 71 |
| Binary | 10110011 | 1101111 | 10011100 | 0 | 100110 | 1101 | 11110 | 101000000 | 11111 | 111001 |
Color Harmonies of #B36F9C
Complementary color
Monochromatic Colors of #B36F9C
Black with #B36F9C
Text Example
Text Example
White with #B36F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F9C; }
p { color: rgb(179,111,156); }
H1.HeaderClassName
{
color: #B36F9C;
}
.AnyTagClassName
{
color: #B36F9C;
}
</style>
background-color css
<style>
a { background-color: #B36F9C; }
a { background-color: rgb(179,111,156); }
div.DivClassName
{
background-color: #B36F9C;
}
.BgClassName
{
background-color: #B36F9C;
}
</style>
border-color css
<style>
span { border-color: #B36F9C; }
span { border-color: rgb(179,111,156); }
td.TdClassName
{
border-color: #B36F9C;
}
.TagClassName
{
border-color: #B36F9C;
}
</style>