Shades of Mulberry #B65F8C
Tints of Mulberry #B65F8C
RGB
CMYK
RGB Variations
Color information
#B65F8C (or 0xB65F8C) is known color: Mulberry. HEX triplet: B6, 5F and 8C. RGB value is (182,95,140). Sum of RGB (Red+Green+Blue) = 182+95+140=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65F8C is #49A073. Grayscale: #7E7E7E. Windows color (decimal): -4825204 or 9199542. OLE color: 9199542.
HSL color Cylindrical-coordinate representation of color #B65F8C: hue angle of 328.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65F8C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 95 | 140 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.29 |
| HSL | 328.97º | 0.37% | 0.54% | - |
| HSV(B) | 328.97º | 0.48% | 0.71% | - |
| XYZ | 28.12 | 20.02 | 27.19 | - |
| YUV | 126.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 140 | 0 | 0.48 | 0.23 | 0.29 | 328.97 | 0.37 | 0.54 |
| Hex | B6 | 5F | 8C | 0 | 30 | 17 | 1D | 149 | 25 | 36 |
| Octal | 266 | 137 | 214 | 0 | 60 | 27 | 35 | 511 | 45 | 66 |
| Binary | 10110110 | 1011111 | 10001100 | 0 | 110000 | 10111 | 11101 | 101001001 | 100101 | 110110 |
Color Harmonies of #B65F8C
Complementary color
Monochromatic Colors of #B65F8C
Black with #B65F8C
Text Example
Text Example
White with #B65F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65F8C; }
p { color: rgb(182,95,140); }
H1.HeaderClassName
{
color: #B65F8C;
}
.AnyTagClassName
{
color: #B65F8C;
}
</style>
background-color css
<style>
a { background-color: #B65F8C; }
a { background-color: rgb(182,95,140); }
div.DivClassName
{
background-color: #B65F8C;
}
.BgClassName
{
background-color: #B65F8C;
}
</style>
border-color css
<style>
span { border-color: #B65F8C; }
span { border-color: rgb(182,95,140); }
td.TdClassName
{
border-color: #B65F8C;
}
.TagClassName
{
border-color: #B65F8C;
}
</style>