#BE5A51

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

Shades of Fuzzy Wuzzy Brown #BE5A51

Tints of Fuzzy Wuzzy Brown #BE5A51

Color information

#BE5A51 (or 0xBE5A51) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5A and 51. RGB value is (190,90,81). Sum of RGB (Red+Green+Blue) = 190+90+81=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A51 is #41A5AE. Grayscale: #777777. Windows color (decimal): -4302255 or 5331646. OLE color: 5331646.

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

Color convert

RGB1909081-
CMYK00.530.570.25
HSL4.95º45.61%53.14%-
HSV(B)4.95º57.37%74.51%-
XYZ26.3818.8510.03-
YUV118.87106.63178.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 81 (32.03% from 255) = 22.44%
R=52.63%
G=24.93%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190908100.530.570.254.9545.6153.14
HexBE5A51035391952e35
Octal276132121065713155665
Binary1011111010110101010001011010111100111001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A51; }

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

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

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

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

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

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

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

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