Shades of Bouquet #B36F94
Tints of Bouquet #B36F94
RGB
CMYK
RGB Variations
Color information
#B36F94 (or 0xB36F94) is known color: Bouquet. HEX triplet: B3, 6F and 94. RGB value is (179,111,148). Sum of RGB (Red+Green+Blue) = 179+111+148=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B36F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36F94 is #4C906B. Grayscale: #878787. Windows color (decimal): -5017708 or 9727923. OLE color: 9727923.
HSL color Cylindrical-coordinate representation of color #B36F94: hue angle of 327.35º 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 #B36F94 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 111 | 148 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.30 |
| HSL | 327.35º | 0.31% | 0.57% | - |
| HSV(B) | 327.35º | 0.38% | 0.7% | - |
| XYZ | 29.62 | 23.09 | 30.91 | - |
| YUV | 135.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 111 | 148 | 0 | 0.38 | 0.17 | 0.30 | 327.35 | 0.31 | 0.57 |
| Hex | B3 | 6F | 94 | 0 | 26 | 11 | 1E | 147 | 1F | 39 |
| Octal | 263 | 157 | 224 | 0 | 46 | 21 | 36 | 507 | 37 | 71 |
| Binary | 10110011 | 1101111 | 10010100 | 0 | 100110 | 10001 | 11110 | 101000111 | 11111 | 111001 |
Color Harmonies of #B36F94
Complementary color
Monochromatic Colors of #B36F94
Black with #B36F94
Text Example
Text Example
White with #B36F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36F94; }
p { color: rgb(179,111,148); }
H1.HeaderClassName
{
color: #B36F94;
}
.AnyTagClassName
{
color: #B36F94;
}
</style>
background-color css
<style>
a { background-color: #B36F94; }
a { background-color: rgb(179,111,148); }
div.DivClassName
{
background-color: #B36F94;
}
.BgClassName
{
background-color: #B36F94;
}
</style>
border-color css
<style>
span { border-color: #B36F94; }
span { border-color: rgb(179,111,148); }
td.TdClassName
{
border-color: #B36F94;
}
.TagClassName
{
border-color: #B36F94;
}
</style>