Html Css Color HEX #BE5D59 Fuzzy Wuzzy Brown

📋 copy color: '#BE5D59'

red 190 ◦ green 93 ◦ blue 89

#BE5D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #BE5D59

Tints of Fuzzy Wuzzy Brown #BE5D59

RGB

 RED value IS 190 (74.61% from 255) = 51.08%

 GREEN value IS 93 (36.72% from 255) = 25%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 51.08%
G = 25%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE5D59 (or 0xBE5D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5D and 59. RGB value is (190,93,89). Sum of RGB (Red+Green+Blue) = 190+93+89=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D59 is #41A2A6. Grayscale: #797979. Windows color (decimal): -4301479 or 5856702. OLE color: 5856702.

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

Color convert

RGB 190 93 89 -
CMYK 0 0.51 0.53 0.25
HSL 2.38º 0.44% 0.55% -
HSV(B) 2.38º 0.53% 0.75% -
XYZ 26.95 19.5 11.79 -
YUV 121.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 190 93 89 0 0.51 0.53 0.25 2.38 0.44 0.55
Hex BE 5D 59 0 33 35 19 2 2C 37
Octal 276 135 131 0 63 65 31 2 54 67
Binary 10111110 1011101 1011001 0 110011 110101 11001 10 101100 110111

Color Harmonies of #BE5D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D59

Black with #BE5D59

Text Example


Text Example

White with #BE5D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D59; }

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

 H1.HeaderClassName
 {
   color: #BE5D59;
 }
 .AnyTagClassName
 {
   color: #BE5D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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