#B5448E

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

Shades of Mulberry #B5448E

Tints of Mulberry #B5448E

Color information

#B5448E (or 0xB5448E) is unknown color: approx Mulberry. HEX triplet: B5, 44 and 8E. RGB value is (181,68,142). Sum of RGB (Red+Green+Blue) = 181+68+142=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5448E is #4ABB71. Grayscale: #6E6E6E. Windows color (decimal): -4897650 or 9323701. OLE color: 9323701.

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

Color convert

RGB18168142-
CMYK00.620.220.29
HSL320.71º45.38%48.82%-
HSV(B)320.71º62.43%70.98%-
XYZ26.0115.9127.29-
YUV110.22145.94178.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=46.29%
G=17.39%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816814200.620.220.29320.7145.3848.82
HexB5448E03E161D1412d31
Octal26510421607626355015561
Binary1011010110001001000111001111101011011101101000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5448E; }

 p { color: rgb(181,68,142); }

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

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

 a { background-color: rgb(181,68,142); }

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

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

 span { border-color: rgb(181,68,142); }

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