#B6598E

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

Shades of Mulberry #B6598E

Tints of Mulberry #B6598E

Color information

#B6598E (or 0xB6598E) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 8E. RGB value is (182,89,142). Sum of RGB (Red+Green+Blue) = 182+89+142=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6598E is #49A671. Grayscale: #7A7A7A. Windows color (decimal): -4826738 or 9329078. OLE color: 9329078.

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

Color convert

RGB18289142-
CMYK00.510.220.29
HSL325.81º38.91%53.14%-
HSV(B)325.81º51.1%71.37%-
XYZ27.7519.0427.8-
YUV122.85138.81170.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=44.07%
G=21.55%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828914200.510.220.29325.8138.9153.14
HexB6598E033161D1462735
Octal26613121606326355064765
Binary1011011010110011000111001100111011011101101000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6598E; }

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

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

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

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

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

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

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

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