#B6498C

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

Shades of Mulberry #B6498C

Tints of Mulberry #B6498C

Color information

#B6498C (or 0xB6498C) is unknown color: approx Mulberry. HEX triplet: B6, 49 and 8C. RGB value is (182,73,140). Sum of RGB (Red+Green+Blue) = 182+73+140=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6498C is #49B673. Grayscale: #717171. Windows color (decimal): -4830836 or 9193910. OLE color: 9193910.

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

Color convert

RGB18273140-
CMYK00.600.230.29
HSL323.12º42.75%50%-
HSV(B)323.12º59.89%71.37%-
XYZ26.4116.626.62-
YUV113.23143.11177.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=46.08%
G=18.48%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827314000.600.230.29323.1242.7550
HexB6498C03C171D1432b32
Octal26611121407427355035362
Binary1011011010010011000110001111001011111101101000011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6498C; }

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

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

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

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

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

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

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

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