#B45B8B

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

Shades of Mulberry #B45B8B

Tints of Mulberry #B45B8B

Color information

#B45B8B (or 0xB45B8B) is unknown color: approx Mulberry. HEX triplet: B4, 5B and 8B. RGB value is (180,91,139). Sum of RGB (Red+Green+Blue) = 180+91+139=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B8B is #4BA474. Grayscale: #7A7A7A. Windows color (decimal): -4957301 or 9132980. OLE color: 9132980.

HSL color Cylindrical-coordinate representation of color #B45B8B: hue angle of 327.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45B8B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18091139-
CMYK00.490.230.29
HSL327.64º37.24%53.14%-
HSV(B)327.64º49.44%70.59%-
XYZ27.2219.0526.67-
YUV123.08136.99168.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=43.90%
G=22.20%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809113900.490.230.29327.6437.2453.14
HexB45B8B031171D1482535
Octal26413321306127355104565
Binary1011010010110111000101101100011011111101101001000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B8B; }

 p { color: rgb(180,91,139); }

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

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

 a { background-color: rgb(180,91,139); }

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

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

 span { border-color: rgb(180,91,139); }

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