#BE5757

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

Shades of Fuzzy Wuzzy Brown #BE5757

Tints of Fuzzy Wuzzy Brown #BE5757

Color information

#BE5757 (or 0xBE5757) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 57 and 57. RGB value is (190,87,87). Sum of RGB (Red+Green+Blue) = 190+87+87=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5757 is #41A8A8. Grayscale: #757575. Windows color (decimal): -4303017 or 5724094. OLE color: 5724094.

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

Color convert

RGB1908787-
CMYK00.540.540.25
HSL44.21%54.31%-
HSV(B)54.21%74.51%-
XYZ26.3618.4511.19-
YUV117.8110.62179.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=52.20%
G=23.90%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190878700.540.540.25044.2154.31
HexBE5757036361902c36
Octal276127127066663105466
Binary10111110101011110101110110110110110110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5757; }

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

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

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

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

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

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

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

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