#B46094

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

Shades of Mulberry #B46094

Tints of Mulberry #B46094

Color information

#B46094 (or 0xB46094) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 94. RGB value is (180,96,148). Sum of RGB (Red+Green+Blue) = 180+96+148=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46094 is #4B9F6B. Grayscale: #7E7E7E. Windows color (decimal): -4956012 or 9724084. OLE color: 9724084.

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

Color convert

RGB18096148-
CMYK00.470.180.29
HSL322.86º35.9%54.12%-
HSV(B)322.86º46.67%70.59%-
XYZ28.3520.2130.42-
YUV127.04139.83165.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=42.45%
G=22.64%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614800.470.180.29322.8635.954.12
HexB4609402F121D1432436
Octal26414022405722355034466
Binary1011010011000001001010001011111001011101101000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46094; }

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

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

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

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

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

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

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

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