#BE5555

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

Shades of Fuzzy Wuzzy Brown #BE5555

Tints of Fuzzy Wuzzy Brown #BE5555

Color information

#BE5555 (or 0xBE5555) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 55 and 55. RGB value is (190,85,85). Sum of RGB (Red+Green+Blue) = 190+85+85=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5555 is #41AAAA. Grayscale: #747474. Windows color (decimal): -4303531 or 5592510. OLE color: 5592510.

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

Color convert

RGB1908585-
CMYK00.550.550.25
HSL44.68%53.92%-
HSV(B)55.26%74.51%-
XYZ26.1218.110.71-
YUV116.39110.29180.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=52.78%
G=23.61%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190858500.550.550.25044.6853.92
HexBE5555037371902d36
Octal276125125067673105566
Binary10111110101010110101010110111110111110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5555; }

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

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

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

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

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

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

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

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