#B25597

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

Shades of Mulberry #B25597

Tints of Mulberry #B25597

Color information

#B25597 (or 0xB25597) is unknown color: approx Mulberry. HEX triplet: B2, 55 and 97. RGB value is (178,85,151). Sum of RGB (Red+Green+Blue) = 178+85+151=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B25597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25597 is #4DAA68. Grayscale: #787878. Windows color (decimal): -5089897 or 9917874. OLE color: 9917874.

HSL color Cylindrical-coordinate representation of color #B25597: hue angle of 317.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25597 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB17885151-
CMYK00.520.150.30
HSL317.42º37.65%51.57%-
HSV(B)317.42º52.25%69.8%-
XYZ27.1918.231.36-
YUV120.33145.31169.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 151 (59.38% from 255) = 36.47%
R=43.00%
G=20.53%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788515100.520.150.30317.4237.6551.57
HexB25597034F1E13d2634
Octal26212522706417364754664
Binary101100101010101100101110110100111111110100111101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25597; }

 p { color: rgb(178,85,151); }

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

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

 a { background-color: rgb(178,85,151); }

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

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

 span { border-color: rgb(178,85,151); }

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