#B46296

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

Shades of Mulberry #B46296

Tints of Mulberry #B46296

Color information

#B46296 (or 0xB46296) is unknown color: approx Mulberry. HEX triplet: B4, 62 and 96. RGB value is (180,98,150). Sum of RGB (Red+Green+Blue) = 180+98+150=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B46296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46296 is #4B9D69. Grayscale: #808080. Windows color (decimal): -4955498 or 9855668. OLE color: 9855668.

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

Color convert

RGB18098150-
CMYK00.460.170.29
HSL321.95º35.34%54.51%-
HSV(B)321.95º45.56%70.59%-
XYZ28.720.6431.33-
YUV128.45140.17164.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 150 (58.98% from 255) = 35.05%
R=42.06%
G=22.90%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809815000.460.170.29321.9535.3454.51
HexB4629602E111D1422337
Octal26414222605621355024367
Binary1011010011000101001011001011101000111101101000010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46296; }

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

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

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

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

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

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

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

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