#B6538A

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

Shades of Mulberry #B6538A

Tints of Mulberry #B6538A

Color information

#B6538A (or 0xB6538A) is unknown color: approx Mulberry. HEX triplet: B6, 53 and 8A. RGB value is (182,83,138). Sum of RGB (Red+Green+Blue) = 182+83+138=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6538A is #49AC75. Grayscale: #767676. Windows color (decimal): -4828278 or 9065398. OLE color: 9065398.

HSL color Cylindrical-coordinate representation of color #B6538A: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6538A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18283138-
CMYK00.540.240.29
HSL326.67º40.41%51.96%-
HSV(B)326.67º54.4%71.37%-
XYZ26.9717.9726.09-
YUV118.87138.8173.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 83 (32.81% from 255) = 20.60%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=45.16%
G=20.60%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828313800.540.240.29326.6740.4151.96
HexB6538A036181D1472834
Octal26612321206630355075064
Binary1011011010100111000101001101101100011101101000111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6538A; }

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

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

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

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

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

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

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

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