#B46097

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

Shades of Mulberry #B46097

Tints of Mulberry #B46097

Color information

#B46097 (or 0xB46097) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 97. RGB value is (180,96,151). Sum of RGB (Red+Green+Blue) = 180+96+151=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46097 is #4B9F68. Grayscale: #7F7F7F. Windows color (decimal): -4956009 or 9920692. OLE color: 9920692.

HSL color Cylindrical-coordinate representation of color #B46097: hue angle of 320.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46097 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB18096151-
CMYK00.470.160.29
HSL320.71º35.9%54.12%-
HSV(B)320.71º46.67%70.59%-
XYZ28.5920.331.69-
YUV127.39141.33165.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.15%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=42.15%
G=22.48%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809615100.470.160.29320.7135.954.12
HexB4609702F101D1412436
Octal26414022705720355014466
Binary1011010011000001001011101011111000011101101000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46097; }

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

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

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

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

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

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

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

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