#B46292

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

Shades of Mulberry #B46292

Tints of Mulberry #B46292

Color information

#B46292 (or 0xB46292) is unknown color: approx Mulberry. HEX triplet: B4, 62 and 92. RGB value is (180,98,146). Sum of RGB (Red+Green+Blue) = 180+98+146=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46292 is #4B9D6D. Grayscale: #7F7F7F. Windows color (decimal): -4955502 or 9593524. OLE color: 9593524.

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

Color convert

RGB18098146-
CMYK00.460.190.29
HSL324.88º35.34%54.51%-
HSV(B)324.88º45.56%70.59%-
XYZ28.3820.5129.66-
YUV127.99138.17165.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=42.45%
G=23.11%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809814600.460.190.29324.8835.3454.51
HexB4629202E131D1452337
Octal26414222205623355054367
Binary1011010011000101001001001011101001111101101000101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46292; }

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

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

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

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

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

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

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

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