#BE5E5A

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

Shades of Fuzzy Wuzzy Brown #BE5E5A

Tints of Fuzzy Wuzzy Brown #BE5E5A

Color information

#BE5E5A (or 0xBE5E5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5A. RGB value is (190,94,90). Sum of RGB (Red+Green+Blue) = 190+94+90=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5A is #41A1A5. Grayscale: #7A7A7A. Windows color (decimal): -4301222 or 5922494. OLE color: 5922494.

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

Color convert

RGB1909490-
CMYK00.510.530.25
HSL2.4º43.48%54.9%-
HSV(B)2.4º52.63%74.51%-
XYZ27.0819.6912.05-
YUV122.25109.8176.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=50.80%
G=25.13%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190949000.510.530.252.443.4854.9
HexBE5E5A033351922b37
Octal276136132063653125367
Binary101111101011110101101001100111101011100110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E5A; }

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

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

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

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

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

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

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

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