#B35D91

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

Shades of Mulberry #B35D91

Tints of Mulberry #B35D91

Color information

#B35D91 (or 0xB35D91) is unknown color: approx Mulberry. HEX triplet: B3, 5D and 91. RGB value is (179,93,145). Sum of RGB (Red+Green+Blue) = 179+93+145=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D91 is #4CA26E. Grayscale: #7C7C7C. Windows color (decimal): -5022319 or 9526707. OLE color: 9526707.

HSL color Cylindrical-coordinate representation of color #B35D91: hue angle of 323.72º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D91 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17993145-
CMYK00.480.190.30
HSL323.72º36.13%53.33%-
HSV(B)323.72º48.04%70.2%-
XYZ27.6219.4629.09-
YUV124.64139.49166.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.93%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 145 (57.03% from 255) = 34.77%
R=42.93%
G=22.30%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799314500.480.190.30323.7236.1353.33
HexB35D91030131E1442435
Octal26313522106023365044465
Binary1011001110111011001000101100001001111110101000100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D91; }

 p { color: rgb(179,93,145); }

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

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

 a { background-color: rgb(179,93,145); }

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

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

 span { border-color: rgb(179,93,145); }

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