#BE5C59

Color #BE5C59 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BE5C59

Tints of Fuzzy Wuzzy Brown #BE5C59

Color information

#BE5C59 (or 0xBE5C59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5C and 59. RGB value is (190,92,89). Sum of RGB (Red+Green+Blue) = 190+92+89=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C59 is #41A3A6. Grayscale: #797979. Windows color (decimal): -4301735 or 5856446. OLE color: 5856446.

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

Color convert

RGB1909289-
CMYK00.520.530.25
HSL1.78º43.72%54.71%-
HSV(B)1.78º53.16%74.51%-
XYZ26.8719.3211.76-
YUV120.96109.97177.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=51.21%
G=24.80%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190928900.520.530.251.7843.7254.71
HexBE5C59034351922c37
Octal276134131064653125467
Binary101111101011100101100101101001101011100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C59; }

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

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

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

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

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

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

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

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