#BE5C5A

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

Shades of Fuzzy Wuzzy Brown #BE5C5A

Tints of Fuzzy Wuzzy Brown #BE5C5A

Color information

#BE5C5A (or 0xBE5C5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5C and 5A. RGB value is (190,92,90). Sum of RGB (Red+Green+Blue) = 190+92+90=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C5A is #41A3A5. Grayscale: #797979. Windows color (decimal): -4301734 or 5921982. OLE color: 5921982.

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

Color convert

RGB1909290-
CMYK00.520.530.25
HSL1.2º43.48%54.9%-
HSV(B)1.2º52.63%74.51%-
XYZ26.9119.3411.99-
YUV121.07110.47177.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=51.08%
G=24.73%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190929000.520.530.251.243.4854.9
HexBE5C5A034351912b37
Octal276134132064653115367
Binary10111110101110010110100110100110101110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C5A; }

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

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

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

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

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

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

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

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