#BE5E5E

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

Shades of Fuzzy Wuzzy Brown #BE5E5E

Tints of Fuzzy Wuzzy Brown #BE5E5E

Color information

#BE5E5E (or 0xBE5E5E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5E. RGB value is (190,94,94). Sum of RGB (Red+Green+Blue) = 190+94+94=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5E is #41A1A1. Grayscale: #7A7A7A. Windows color (decimal): -4301218 or 6184638. OLE color: 6184638.

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

Color convert

RGB1909494-
CMYK00.510.510.25
HSL42.48%55.69%-
HSV(B)50.53%74.51%-
XYZ27.2619.7612.97-
YUV122.7111.8176-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=50.26%
G=24.87%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190949400.510.510.25042.4855.69
HexBE5E5E033331902a38
Octal276136136063633105270
Binary10111110101111010111100110011110011110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E5E; }

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

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

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

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

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

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

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

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