#B45095

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

Shades of Mulberry #B45095

Tints of Mulberry #B45095

Color information

#B45095 (or 0xB45095) is unknown color: approx Mulberry. HEX triplet: B4, 50 and 95. RGB value is (180,80,149). Sum of RGB (Red+Green+Blue) = 180+80+149=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45095 is #4BAF6A. Grayscale: #757575. Windows color (decimal): -4960107 or 9785524. OLE color: 9785524.

HSL color Cylindrical-coordinate representation of color #B45095: hue angle of 318.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45095 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18080149-
CMYK00.560.170.29
HSL318.6º40%50.98%-
HSV(B)318.6º55.56%70.59%-
XYZ27.1217.6130.4-
YUV117.77145.63172.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=44.01%
G=19.56%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808014900.560.170.29318.64050.98
HexB45095038111D13f2833
Octal26412022507021354775063
Binary1011010010100001001010101110001000111101100111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45095; }

 p { color: rgb(180,80,149); }

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

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

 a { background-color: rgb(180,80,149); }

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

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

 span { border-color: rgb(180,80,149); }

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