#B6448E

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

Shades of Mulberry #B6448E

Tints of Mulberry #B6448E

Color information

#B6448E (or 0xB6448E) is unknown color: approx Mulberry. HEX triplet: B6, 44 and 8E. RGB value is (182,68,142). Sum of RGB (Red+Green+Blue) = 182+68+142=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6448E is #49BB71. Grayscale: #6E6E6E. Windows color (decimal): -4832114 or 9323702. OLE color: 9323702.

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

Color convert

RGB18268142-
CMYK00.630.220.29
HSL321.05º45.6%49.02%-
HSV(B)321.05º62.64%71.37%-
XYZ26.2416.0327.3-
YUV110.52145.77178.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=46.43%
G=17.35%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826814200.630.220.29321.0545.649.02
HexB6448E03F161D1412e31
Octal26610421607726355015661
Binary1011011010001001000111001111111011011101101000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6448E; }

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

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

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

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

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

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

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

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