#BE5A59

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

Shades of Fuzzy Wuzzy Brown #BE5A59

Tints of Fuzzy Wuzzy Brown #BE5A59

Color information

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

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

Color convert

RGB1909089-
CMYK00.530.530.25
HSL0.59º43.72%54.71%-
HSV(B)0.59º53.16%74.51%-
XYZ26.6918.9811.71-
YUV119.79110.63178.08-

RGB Variations

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

RGB

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

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
Decimal190908900.530.530.250.5943.7254.71
HexBE5A59035351912c37
Octal276132131065653115467
Binary10111110101101010110010110101110101110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A59; }

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

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

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

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

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

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

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

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