#B75596

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

Shades of Mulberry #B75596

Tints of Mulberry #B75596

Color information

#B75596 (or 0xB75596) is unknown color: approx Mulberry. HEX triplet: B7, 55 and 96. RGB value is (183,85,150). Sum of RGB (Red+Green+Blue) = 183+85+150=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B75596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75596 is #48AA69. Grayscale: #797979. Windows color (decimal): -4762218 or 9852343. OLE color: 9852343.

HSL color Cylindrical-coordinate representation of color #B75596: hue angle of 320.2º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75596 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18385150-
CMYK00.540.180.28
HSL320.2º40.5%52.55%-
HSV(B)320.2º53.55%71.76%-
XYZ28.2818.7730.99-
YUV121.71143.97171.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=43.78%
G=20.33%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838515000.540.180.28320.240.552.55
HexB75596036121C1402835
Octal26712522606622345005065
Binary1011011110101011001011001101101001011100101000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75596; }

 p { color: rgb(183,85,150); }

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

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

 a { background-color: rgb(183,85,150); }

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

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

 span { border-color: rgb(183,85,150); }

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