#B6489F

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

Shades of Mulberry #B6489F

Tints of Mulberry #B6489F

Color information

#B6489F (or 0xB6489F) is unknown color: approx Mulberry. HEX triplet: B6, 48 and 9F. RGB value is (182,72,159). Sum of RGB (Red+Green+Blue) = 182+72+159=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6489F is #49B760. Grayscale: #727272. Windows color (decimal): -4831073 or 10438838. OLE color: 10438838.

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

Color convert

RGB18272159-
CMYK00.600.130.29
HSL312.55º43.31%49.8%-
HSV(B)312.55º60.44%71.37%-
XYZ27.8717.0834.63-
YUV114.81152.94175.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 72 (28.52% from 255) = 17.43%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=44.07%
G=17.43%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827215900.600.130.29312.5543.3149.8
HexB6489F03CD1D1392b32
Octal26611023707415354715362
Binary101101101001000100111110111100110111101100111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6489F; }

 p { color: rgb(182,72,159); }

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

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

 a { background-color: rgb(182,72,159); }

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

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

 span { border-color: rgb(182,72,159); }

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