#B6599C

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

Shades of Mulberry #B6599C

Tints of Mulberry #B6599C

Color information

#B6599C (or 0xB6599C) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 9C. RGB value is (182,89,156). Sum of RGB (Red+Green+Blue) = 182+89+156=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6599C is #49A663. Grayscale: #7C7C7C. Windows color (decimal): -4826724 or 10246582. OLE color: 10246582.

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

Color convert

RGB18289156-
CMYK00.510.140.29
HSL316.77º38.91%53.14%-
HSV(B)316.77º51.1%71.37%-
XYZ28.8619.4933.69-
YUV124.44145.81169.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=42.62%
G=20.84%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828915600.510.140.29316.7738.9153.14
HexB6599C033E1D13d2735
Octal26613123406316354754765
Binary101101101011001100111000110011111011101100111101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6599C; }

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

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

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

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

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

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

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

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