#B6499A

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

Shades of Mulberry #B6499A

Tints of Mulberry #B6499A

Color information

#B6499A (or 0xB6499A) is unknown color: approx Mulberry. HEX triplet: B6, 49 and 9A. RGB value is (182,73,154). Sum of RGB (Red+Green+Blue) = 182+73+154=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6499A is #49B665. Grayscale: #727272. Windows color (decimal): -4830822 or 10111414. OLE color: 10111414.

HSL color Cylindrical-coordinate representation of color #B6499A: hue angle of 315.41º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6499A is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18273154-
CMYK00.600.150.29
HSL315.41º42.75%50%-
HSV(B)315.41º59.89%71.37%-
XYZ27.5117.0432.41-
YUV114.82150.11175.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=44.50%
G=17.85%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827315400.600.150.29315.4142.7550
HexB6499A03CF1D13b2b32
Octal26611123207417354735362
Binary101101101001001100110100111100111111101100111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6499A; }

 p { color: rgb(182,73,154); }

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

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

 a { background-color: rgb(182,73,154); }

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

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

 span { border-color: rgb(182,73,154); }

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