#BE535C

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

Shades of Mandy #BE535C

Tints of Mandy #BE535C

Color information

#BE535C (or 0xBE535C) is unknown color: approx Mandy. HEX triplet: BE, 53 and 5C. RGB value is (190,83,92). Sum of RGB (Red+Green+Blue) = 190+83+92=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE535C is #41ACA3. Grayscale: #747474. Windows color (decimal): -4304036 or 6050750. OLE color: 6050750.

HSL color Cylindrical-coordinate representation of color #BE535C: hue angle of 354.95º 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 #BE535C is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1908392-
CMYK00.560.520.25
HSL354.95º45.15%53.53%-
HSV(B)354.95º56.32%74.51%-
XYZ26.2617.9112.2-
YUV116.02114.45180.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 92 (36.33% from 255) = 25.21%
R=52.05%
G=22.74%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190839200.560.520.25354.9545.1553.53
HexBE535C03834191632d36
Octal27612313407064315435566
Binary1011111010100111011100011100011010011001101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE535C; }

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

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

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

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

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

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

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

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