#BE585A

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

Shades of Mandy #BE585A

Tints of Mandy #BE585A

Color information

#BE585A (or 0xBE585A) is unknown color: approx Mandy. HEX triplet: BE, 58 and 5A. RGB value is (190,88,90). Sum of RGB (Red+Green+Blue) = 190+88+90=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE585A is #41A7A5. Grayscale: #767676. Windows color (decimal): -4302758 or 5920958. OLE color: 5920958.

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

Color convert

RGB1908890-
CMYK00.540.530.25
HSL358.82º43.97%54.51%-
HSV(B)358.82º53.68%74.51%-
XYZ26.5718.6611.88-
YUV118.73111.79178.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=51.63%
G=23.91%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190889000.540.530.25358.8243.9754.51
HexBE585A03635191672c37
Octal27613013206665315475467
Binary1011111010110001011010011011011010111001101100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE585A; }

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

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

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

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

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

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

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

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