Shades of Mulberry #BD6091
Tints of Mulberry #BD6091
RGB
CMYK
RGB Variations
Color information
#BD6091 (or 0xBD6091) is known color: Mulberry. HEX triplet: BD, 60 and 91. RGB value is (189,96,145). Sum of RGB (Red+Green+Blue) = 189+96+145=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6091 is #429F6E. Grayscale: #818181. Windows color (decimal): -4366191 or 9527485. OLE color: 9527485.
HSL color Cylindrical-coordinate representation of color #BD6091: hue angle of 328.39º 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 #BD6091 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 145 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.26 |
| HSL | 328.39º | 0.41% | 0.56% | - |
| HSV(B) | 328.39º | 0.49% | 0.74% | - |
| XYZ | 30.28 | 21.23 | 29.29 | - |
| YUV | 129.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 145 | 0 | 0.49 | 0.23 | 0.26 | 328.39 | 0.41 | 0.56 |
| Hex | BD | 60 | 91 | 0 | 31 | 17 | 1A | 148 | 29 | 38 |
| Octal | 275 | 140 | 221 | 0 | 61 | 27 | 32 | 510 | 51 | 70 |
| Binary | 10111101 | 1100000 | 10010001 | 0 | 110001 | 10111 | 11010 | 101001000 | 101001 | 111000 |
Color Harmonies of #BD6091
Complementary color
Monochromatic Colors of #BD6091
Black with #BD6091
Text Example
Text Example
White with #BD6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6091; }
p { color: rgb(189,96,145); }
H1.HeaderClassName
{
color: #BD6091;
}
.AnyTagClassName
{
color: #BD6091;
}
</style>
background-color css
<style>
a { background-color: #BD6091; }
a { background-color: rgb(189,96,145); }
div.DivClassName
{
background-color: #BD6091;
}
.BgClassName
{
background-color: #BD6091;
}
</style>
border-color css
<style>
span { border-color: #BD6091; }
span { border-color: rgb(189,96,145); }
td.TdClassName
{
border-color: #BD6091;
}
.TagClassName
{
border-color: #BD6091;
}
</style>