#BE5359

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

Shades of Mandy #BE5359

Tints of Mandy #BE5359

Color information

#BE5359 (or 0xBE5359) is unknown color: approx Mandy. HEX triplet: BE, 53 and 59. RGB value is (190,83,89). Sum of RGB (Red+Green+Blue) = 190+83+89=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5359 is #41ACA6. Grayscale: #737373. Windows color (decimal): -4304039 or 5854142. OLE color: 5854142.

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

Color convert

RGB1908389-
CMYK00.560.530.25
HSL356.64º45.15%53.53%-
HSV(B)356.64º56.32%74.51%-
XYZ26.1317.8511.52-
YUV115.68112.95181.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 89 (35.16% from 255) = 24.59%
R=52.49%
G=22.93%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190838900.560.530.25356.6445.1553.53
HexBE535903835191652d36
Octal27612313107065315455566
Binary1011111010100111011001011100011010111001101100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5359; }

 p { color: rgb(190,83,89); }

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

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

 a { background-color: rgb(190,83,89); }

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

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

 span { border-color: rgb(190,83,89); }

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