#B66396

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

Shades of Mulberry #B66396

Tints of Mulberry #B66396

Color information

#B66396 (or 0xB66396) is unknown color: approx Mulberry. HEX triplet: B6, 63 and 96. RGB value is (182,99,150). Sum of RGB (Red+Green+Blue) = 182+99+150=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66396 is #499C69. Grayscale: #818181. Windows color (decimal): -4824170 or 9855926. OLE color: 9855926.

HSL color Cylindrical-coordinate representation of color #B66396: hue angle of 323.13º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66396 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18299150-
CMYK00.460.180.29
HSL323.13º36.24%55.1%-
HSV(B)323.13º45.6%71.37%-
XYZ29.2621.0731.38-
YUV129.63139.5165.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=42.23%
G=22.97%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829915000.460.180.29323.1336.2455.1
HexB6639602E121D1432437
Octal26614322605622355034467
Binary1011011011000111001011001011101001011101101000011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66396; }

 p { color: rgb(182,99,150); }

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

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

 a { background-color: rgb(182,99,150); }

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

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

 span { border-color: rgb(182,99,150); }

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