#BE5251

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

Shades of Fuzzy Wuzzy Brown #BE5251

Tints of Fuzzy Wuzzy Brown #BE5251

Color information

#BE5251 (or 0xBE5251) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 52 and 51. RGB value is (190,82,81). Sum of RGB (Red+Green+Blue) = 190+82+81=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5251 is #41ADAE. Grayscale: #727272. Windows color (decimal): -4304303 or 5329598. OLE color: 5329598.

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

Color convert

RGB1908281-
CMYK00.570.570.25
HSL0.55º45.61%53.14%-
HSV(B)0.55º57.37%74.51%-
XYZ25.7417.589.82-
YUV114.18109.28182.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 81 (32.03% from 255) = 22.95%
R=53.82%
G=23.23%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190828100.570.570.250.5545.6153.14
HexBE5251039391912e35
Octal276122121071713115665
Binary10111110101001010100010111001111001110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5251; }

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

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

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

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

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

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

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

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