#B5608D

Color #B5608D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B5608D

Tints of Mulberry #B5608D

Color information

#B5608D (or 0xB5608D) is unknown color: approx Mulberry. HEX triplet: B5, 60 and 8D. RGB value is (181,96,141). Sum of RGB (Red+Green+Blue) = 181+96+141=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608D is #4A9F72. Grayscale: #7E7E7E. Windows color (decimal): -4890483 or 9265333. OLE color: 9265333.

HSL color Cylindrical-coordinate representation of color #B5608D: hue angle of 328.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5608D is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18196141-
CMYK00.470.220.29
HSL328.24º36.48%54.31%-
HSV(B)328.24º46.96%70.98%-
XYZ28.0520.1127.6-
YUV126.54136.16166.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=43.30%
G=22.97%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819614100.470.220.29328.2436.4854.31
HexB5608D02F161D1482436
Octal26514021505726355104466
Binary1011010111000001000110101011111011011101101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5608D; }

 p { color: rgb(181,96,141); }

 H1.HeaderClassName
 {
   color: #B5608D;
 }
 .AnyTagClassName
 {
   color: #B5608D;
 }
</style>
background-color css

<style>
 a { background-color: #B5608D; }

 a { background-color: rgb(181,96,141); }

 div.DivClassName
 {
   background-color: #B5608D;
 }
 .BgClassName
 {
   background-color: #B5608D;
 }
</style>
border-color css

<style>
 span { border-color: #B5608D; }

 span { border-color: rgb(181,96,141); }

 td.TdClassName
 {
   border-color: #B5608D;
 }
 .TagClassName
 {
   border-color: #B5608D;
 }
</style>