#B66093

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

Shades of Mulberry #B66093

Tints of Mulberry #B66093

Color information

#B66093 (or 0xB66093) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 93. RGB value is (182,96,147). Sum of RGB (Red+Green+Blue) = 182+96+147=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B66093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66093 is #499F6C. Grayscale: #7F7F7F. Windows color (decimal): -4824941 or 9658550. OLE color: 9658550.

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

Color convert

RGB18296147-
CMYK00.470.190.29
HSL324.42º37.07%54.51%-
HSV(B)324.42º47.25%71.37%-
XYZ28.7420.4230.03-
YUV127.53138.99166.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 147 (57.81% from 255) = 34.59%
R=42.82%
G=22.59%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829614700.470.190.29324.4237.0754.51
HexB6609302F131D1442537
Octal26614022305723355044567
Binary1011011011000001001001101011111001111101101000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66093; }

 p { color: rgb(182,96,147); }

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

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

 a { background-color: rgb(182,96,147); }

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

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

 span { border-color: rgb(182,96,147); }

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