#BE5953

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

Shades of Fuzzy Wuzzy Brown #BE5953

Tints of Fuzzy Wuzzy Brown #BE5953

Color information

#BE5953 (or 0xBE5953) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 59 and 53. RGB value is (190,89,83). Sum of RGB (Red+Green+Blue) = 190+89+83=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5953 is #41A6AC. Grayscale: #767676. Windows color (decimal): -4302509 or 5462462. OLE color: 5462462.

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

Color convert

RGB1908983-
CMYK00.530.560.25
HSL3.36º45.15%53.53%-
HSV(B)3.36º56.32%74.51%-
XYZ26.3718.7210.41-
YUV118.52107.96178.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 83 (32.81% from 255) = 22.93%
R=52.49%
G=24.59%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190898300.530.560.253.3645.1553.53
HexBE5953035381932d36
Octal276131123065703135566
Binary101111101011001101001101101011110001100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5953; }

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

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

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

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

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

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

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

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