#B6448D

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

Shades of Mulberry #B6448D

Tints of Mulberry #B6448D

Color information

#B6448D (or 0xB6448D) is unknown color: approx Mulberry. HEX triplet: B6, 44 and 8D. RGB value is (182,68,141). Sum of RGB (Red+Green+Blue) = 182+68+141=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6448D is #49BB72. Grayscale: #6E6E6E. Windows color (decimal): -4832115 or 9258166. OLE color: 9258166.

HSL color Cylindrical-coordinate representation of color #B6448D: hue angle of 321.58º 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 #B6448D is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18268141-
CMYK00.630.230.29
HSL321.58º45.6%49.02%-
HSV(B)321.58º62.64%71.37%-
XYZ26.171626.91-
YUV110.41145.27179.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=46.55%
G=17.39%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826814100.630.230.29321.5845.649.02
HexB6448D03F171D1422e31
Octal26610421507727355025661
Binary1011011010001001000110101111111011111101101000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6448D; }

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

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

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

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

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

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

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

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