#B66190

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

Shades of Mulberry #B66190

Tints of Mulberry #B66190

Color information

#B66190 (or 0xB66190) is unknown color: approx Mulberry. HEX triplet: B6, 61 and 90. RGB value is (182,97,144). Sum of RGB (Red+Green+Blue) = 182+97+144=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B66190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66190 is #499E6F. Grayscale: #7F7F7F. Windows color (decimal): -4824688 or 9462198. OLE color: 9462198.

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

Color convert

RGB18297144-
CMYK00.470.210.29
HSL326.82º36.8%54.71%-
HSV(B)326.82º46.7%71.37%-
XYZ28.620.5128.84-
YUV127.77137.16166.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 144 (56.64% from 255) = 34.04%
R=43.03%
G=22.93%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829714400.470.210.29326.8236.854.71
HexB6619002F151D1472537
Octal26614122005725355074567
Binary1011011011000011001000001011111010111101101000111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66190; }

 p { color: rgb(182,97,144); }

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

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

 a { background-color: rgb(182,97,144); }

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

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

 span { border-color: rgb(182,97,144); }

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