Shades of Mulberry #BC6091
Tints of Mulberry #BC6091
RGB
CMYK
RGB Variations
Color information
#BC6091 (or 0xBC6091) is known color: Mulberry. HEX triplet: BC, 60 and 91. RGB value is (188,96,145). Sum of RGB (Red+Green+Blue) = 188+96+145=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6091 is #439F6E. Grayscale: #808080. Windows color (decimal): -4431727 or 9527484. OLE color: 9527484.
HSL color Cylindrical-coordinate representation of color #BC6091: hue angle of 328.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6091 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 145 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.26 |
| HSL | 328.04º | 0.41% | 0.56% | - |
| HSV(B) | 328.04º | 0.49% | 0.74% | - |
| XYZ | 30.03 | 21.1 | 29.28 | - |
| YUV | 129.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 145 | 0 | 0.49 | 0.23 | 0.26 | 328.04 | 0.41 | 0.56 |
| Hex | BC | 60 | 91 | 0 | 31 | 17 | 1A | 148 | 29 | 38 |
| Octal | 274 | 140 | 221 | 0 | 61 | 27 | 32 | 510 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10010001 | 0 | 110001 | 10111 | 11010 | 101001000 | 101001 | 111000 |
Color Harmonies of #BC6091
Complementary color
Monochromatic Colors of #BC6091
Black with #BC6091
Text Example
Text Example
White with #BC6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6091; }
p { color: rgb(188,96,145); }
H1.HeaderClassName
{
color: #BC6091;
}
.AnyTagClassName
{
color: #BC6091;
}
</style>
background-color css
<style>
a { background-color: #BC6091; }
a { background-color: rgb(188,96,145); }
div.DivClassName
{
background-color: #BC6091;
}
.BgClassName
{
background-color: #BC6091;
}
</style>
border-color css
<style>
span { border-color: #BC6091; }
span { border-color: rgb(188,96,145); }
td.TdClassName
{
border-color: #BC6091;
}
.TagClassName
{
border-color: #BC6091;
}
</style>