#B25185

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

Shades of Mulberry #B25185

Tints of Mulberry #B25185

Color information

#B25185 (or 0xB25185) is unknown color: approx Mulberry. HEX triplet: B2, 51 and 85. RGB value is (178,81,133). Sum of RGB (Red+Green+Blue) = 178+81+133=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B25185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25185 is #4DAE7A. Grayscale: #737373. Windows color (decimal): -5090939 or 8737202. OLE color: 8737202.

HSL color Cylindrical-coordinate representation of color #B25185: hue angle of 327.84º 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 #B25185 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17881133-
CMYK00.540.250.30
HSL327.84º38.65%50.78%-
HSV(B)327.84º54.49%69.8%-
XYZ25.5417.0424.13-
YUV115.93137.64172.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=45.41%
G=20.66%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788113300.540.250.30327.8438.6550.78
HexB25185036191E1482733
Octal26212120506631365104763
Binary1011001010100011000010101101101100111110101001000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25185; }

 p { color: rgb(178,81,133); }

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

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

 a { background-color: rgb(178,81,133); }

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

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

 span { border-color: rgb(178,81,133); }

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