#BE595A

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

Shades of Mandy #BE595A

Tints of Mandy #BE595A

Color information

#BE595A (or 0xBE595A) is unknown color: approx Mandy. HEX triplet: BE, 59 and 5A. RGB value is (190,89,90). Sum of RGB (Red+Green+Blue) = 190+89+90=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE595A is #41A6A5. Grayscale: #777777. Windows color (decimal): -4302502 or 5921214. OLE color: 5921214.

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

Color convert

RGB1908990-
CMYK00.530.530.25
HSL359.41º43.72%54.71%-
HSV(B)359.41º53.16%74.51%-
XYZ26.6518.8311.9-
YUV119.31111.46178.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=51.49%
G=24.12%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190899000.530.530.25359.4143.7254.71
HexBE595A03535191672c37
Octal27613113206565315475467
Binary1011111010110011011010011010111010111001101100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE595A; }

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

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

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

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

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

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

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

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