#B46294

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

Shades of Mulberry #B46294

Tints of Mulberry #B46294

Color information

#B46294 (or 0xB46294) is unknown color: approx Mulberry. HEX triplet: B4, 62 and 94. RGB value is (180,98,148). Sum of RGB (Red+Green+Blue) = 180+98+148=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B46294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46294 is #4B9D6B. Grayscale: #808080. Windows color (decimal): -4955500 or 9724596. OLE color: 9724596.

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

Color convert

RGB18098148-
CMYK00.460.180.29
HSL323.41º35.34%54.51%-
HSV(B)323.41º45.56%70.59%-
XYZ28.5420.5830.48-
YUV128.22139.17164.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 98 (38.67% from 255) = 23.00%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=42.25%
G=23.00%
B=34.74%

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
Decimal1809814800.460.180.29323.4135.3454.51
HexB4629402E121D1432337
Octal26414222405622355034367
Binary1011010011000101001010001011101001011101101000011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46294; }

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

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

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

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

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

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

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

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