Html Css Color HEX #BE5E5A Fuzzy Wuzzy Brown

📋 copy color: '#BE5E5A'

red 190 ◦ green 94 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BE5E5A

Tints of Fuzzy Wuzzy Brown #BE5E5A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.13%

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 50.8%
G = 25.13%
B = 24.06%

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

#BE5E5A (or 0xBE5E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5A. RGB value is (190,94,90). Sum of RGB (Red+Green+Blue) = 190+94+90=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5A is #41A1A5. Grayscale: #7A7A7A. Windows color (decimal): -4301222 or 5922494. OLE color: 5922494.

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

Color convert

RGB 190 94 90 -
CMYK 0 0.51 0.53 0.25
HSL 2.4º 0.43% 0.55% -
HSV(B) 2.4º 0.53% 0.75% -
XYZ 27.08 19.69 12.05 -
YUV 122.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 190 94 90 0 0.51 0.53 0.25 2.4 0.43 0.55
Hex BE 5E 5A 0 33 35 19 2 2B 37
Octal 276 136 132 0 63 65 31 2 53 67
Binary 10111110 1011110 1011010 0 110011 110101 11001 10 101011 110111

Color Harmonies of #BE5E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E5A

Black with #BE5E5A

Text Example


Text Example

White with #BE5E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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