#BE5A55

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

Shades of Fuzzy Wuzzy Brown #BE5A55

Tints of Fuzzy Wuzzy Brown #BE5A55

Color information

#BE5A55 (or 0xBE5A55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BE, 5A and 55. RGB value is (190,90,85). Sum of RGB (Red+Green+Blue) = 190+90+85=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A55 is #41A5AA. Grayscale: #777777. Windows color (decimal): -4302251 or 5593790. OLE color: 5593790.

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

Color convert

RGB1909085-
CMYK00.530.550.25
HSL2.86º44.68%53.92%-
HSV(B)2.86º55.26%74.51%-
XYZ26.5318.9210.85-
YUV119.33108.63178.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=52.05%
G=24.66%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190908500.530.550.252.8644.6853.92
HexBE5A55035371932d36
Octal276132125065673135566
Binary101111101011010101010101101011101111100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A55; }

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

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

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

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

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

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

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

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