#BE555E

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

Shades of Mandy #BE555E

Tints of Mandy #BE555E

Color information

#BE555E (or 0xBE555E) is unknown color: approx Mandy. HEX triplet: BE, 55 and 5E. RGB value is (190,85,94). Sum of RGB (Red+Green+Blue) = 190+85+94=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE555E is #41AAA1. Grayscale: #757575. Windows color (decimal): -4303522 or 6182334. OLE color: 6182334.

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

Color convert

RGB1908594-
CMYK00.550.510.25
HSL354.86º44.68%53.92%-
HSV(B)354.86º55.26%74.51%-
XYZ26.518.2512.72-
YUV117.42114.79179.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=51.49%
G=23.04%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190859400.550.510.25354.8644.6853.92
HexBE555E03733191632d36
Octal27612513606763315435566
Binary1011111010101011011110011011111001111001101100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE555E; }

 p { color: rgb(190,85,94); }

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

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

 a { background-color: rgb(190,85,94); }

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

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

 span { border-color: rgb(190,85,94); }

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