#B6598A

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

Shades of Mulberry #B6598A

Tints of Mulberry #B6598A

Color information

#B6598A (or 0xB6598A) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 8A. RGB value is (182,89,138). Sum of RGB (Red+Green+Blue) = 182+89+138=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6598A is #49A675. Grayscale: #7A7A7A. Windows color (decimal): -4826742 or 9066934. OLE color: 9066934.

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

Color convert

RGB18289138-
CMYK00.510.240.29
HSL328.39º38.91%53.14%-
HSV(B)328.39º51.1%71.37%-
XYZ27.4518.9226.25-
YUV122.39136.81170.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=44.50%
G=21.76%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828913800.510.240.29328.3938.9153.14
HexB6598A033181D1482735
Octal26613121206330355104765
Binary1011011010110011000101001100111100011101101001000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6598A; }

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

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

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

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

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

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

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

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