#B46297

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

Shades of Mulberry #B46297

Tints of Mulberry #B46297

Color information

#B46297 (or 0xB46297) is unknown color: approx Mulberry. HEX triplet: B4, 62 and 97. RGB value is (180,98,151). Sum of RGB (Red+Green+Blue) = 180+98+151=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46297 is #4B9D68. Grayscale: #808080. Windows color (decimal): -4955497 or 9921204. OLE color: 9921204.

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

Color convert

RGB18098151-
CMYK00.460.160.29
HSL321.22º35.34%54.51%-
HSV(B)321.22º45.56%70.59%-
XYZ28.7820.6731.75-
YUV128.56140.67164.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=41.96%
G=22.84%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809815100.460.160.29321.2235.3454.51
HexB4629702E101D1412337
Octal26414222705620355014367
Binary1011010011000101001011101011101000011101101000001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46297; }

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

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

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

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

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

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

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

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