#B66294

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

Shades of Mulberry #B66294

Tints of Mulberry #B66294

Color information

#B66294 (or 0xB66294) is unknown color: approx Mulberry. HEX triplet: B6, 62 and 94. RGB value is (182,98,148). Sum of RGB (Red+Green+Blue) = 182+98+148=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B66294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66294 is #499D6B. Grayscale: #808080. Windows color (decimal): -4824428 or 9724598. OLE color: 9724598.

HSL color Cylindrical-coordinate representation of color #B66294: hue angle of 324.29º degrees, saturation: 0.37, 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 #B66294 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18298148-
CMYK00.460.190.29
HSL324.29º36.52%54.9%-
HSV(B)324.29º46.15%71.37%-
XYZ2920.8230.51-
YUV128.82138.83165.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=42.52%
G=22.90%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829814800.460.190.29324.2936.5254.9
HexB6629402E131D1442537
Octal26614222405623355044567
Binary1011011011000101001010001011101001111101101000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66294; }

 p { color: rgb(182,98,148); }

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

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

 a { background-color: rgb(182,98,148); }

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

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

 span { border-color: rgb(182,98,148); }

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