#B35292

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

Shades of Mulberry #B35292

Tints of Mulberry #B35292

Color information

#B35292 (or 0xB35292) is unknown color: approx Mulberry. HEX triplet: B3, 52 and 92. RGB value is (179,82,146). Sum of RGB (Red+Green+Blue) = 179+82+146=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B35292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35292 is #4CAD6D. Grayscale: #767676. Windows color (decimal): -5025134 or 9589427. OLE color: 9589427.

HSL color Cylindrical-coordinate representation of color #B35292: hue angle of 320.41º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B35292 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17982146-
CMYK00.540.180.30
HSL320.41º38.96%51.18%-
HSV(B)320.41º54.19%70.2%-
XYZ26.817.6929.2-
YUV118.3143.64171.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=43.98%
G=20.15%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798214600.540.180.30320.4138.9651.18
HexB35292036121E1402733
Octal26312222206622365004763
Binary1011001110100101001001001101101001011110101000000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35292; }

 p { color: rgb(179,82,146); }

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

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

 a { background-color: rgb(179,82,146); }

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

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

 span { border-color: rgb(179,82,146); }

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