#B95492

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

Shades of Mulberry #B95492

Tints of Mulberry #B95492

Color information

#B95492 (or 0xB95492) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 92. RGB value is (185,84,146). Sum of RGB (Red+Green+Blue) = 185+84+146=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B95492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95492 is #46AB6D. Grayscale: #797979. Windows color (decimal): -4631406 or 9589945. OLE color: 9589945.

HSL color Cylindrical-coordinate representation of color #B95492: hue angle of 323.17º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95492 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18584146-
CMYK00.550.210.27
HSL323.17º41.91%52.75%-
HSV(B)323.17º54.59%72.55%-
XYZ28.3718.7329.31-
YUV121.27141.96173.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=44.58%
G=20.24%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858414600.550.210.27323.1741.9152.75
HexB95492037151B1432a35
Octal27112422206725335035265
Binary1011100110101001001001001101111010111011101000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95492; }

 p { color: rgb(185,84,146); }

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

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

 a { background-color: rgb(185,84,146); }

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

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

 span { border-color: rgb(185,84,146); }

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