#BE5292

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

Shades of Mulberry #BE5292

Tints of Mulberry #BE5292

Color information

#BE5292 (or 0xBE5292) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 92. RGB value is (190,82,146). Sum of RGB (Red+Green+Blue) = 190+82+146=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5292 is #41AD6D. Grayscale: #797979. Windows color (decimal): -4304238 or 9589438. OLE color: 9589438.

HSL color Cylindrical-coordinate representation of color #BE5292: hue angle of 324.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5292 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19082146-
CMYK00.570.230.25
HSL324.44º45.38%53.33%-
HSV(B)324.44º56.84%74.51%-
XYZ29.4419.0629.32-
YUV121.59141.78176.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=45.45%
G=19.62%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908214600.570.230.25324.4445.3853.33
HexBE529203917191442d35
Octal27612222207127315045565
Binary1011111010100101001001001110011011111001101000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5292; }

 p { color: rgb(190,82,146); }

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

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

 a { background-color: rgb(190,82,146); }

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

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

 span { border-color: rgb(190,82,146); }

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