Html Css Color HEX #BE5E5E Fuzzy Wuzzy Brown

📋 copy color: '#BE5E5E'

red 190 ◦ green 94 ◦ blue 94

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

Shades of Fuzzy Wuzzy Brown #BE5E5E

Tints of Fuzzy Wuzzy Brown #BE5E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 50.26%
G = 24.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE5E5E (or 0xBE5E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5E. RGB value is (190,94,94). Sum of RGB (Red+Green+Blue) = 190+94+94=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5E is #41A1A1. Grayscale: #7A7A7A. Windows color (decimal): -4301218 or 6184638. OLE color: 6184638.

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

Color convert

RGB 190 94 94 -
CMYK 0 0.51 0.51 0.25
HSL 0.42% 0.56% -
HSV(B) 0.51% 0.75% -
XYZ 27.26 19.76 12.97 -
YUV 122.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 190 94 94 0 0.51 0.51 0.25 0 0.42 0.56
Hex BE 5E 5E 0 33 33 19 0 2A 38
Octal 276 136 136 0 63 63 31 0 52 70
Binary 10111110 1011110 1011110 0 110011 110011 11001 0 101010 111000

Color Harmonies of #BE5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E5E

Black with #BE5E5E

Text Example


Text Example

White with #BE5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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