Html Css Color HEX #BE5E5D Fuzzy Wuzzy Brown

📋 copy color: '#BE5E5D'

red 190 ◦ green 94 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #BE5E5D

Tints of Fuzzy Wuzzy Brown #BE5E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 50.4%
G = 24.93%
B = 24.67%

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

#BE5E5D (or 0xBE5E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5D. RGB value is (190,94,93). Sum of RGB (Red+Green+Blue) = 190+94+93=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5D is #41A1A2. Grayscale: #7A7A7A. Windows color (decimal): -4301219 or 6119102. OLE color: 6119102.

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

Color convert

RGB 190 94 93 -
CMYK 0 0.51 0.51 0.25
HSL 0.62º 0.43% 0.55% -
HSV(B) 0.62º 0.51% 0.75% -
XYZ 27.21 19.74 12.73 -
YUV 122.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 190 94 93 0 0.51 0.51 0.25 0.62 0.43 0.55
Hex BE 5E 5D 0 33 33 19 1 2B 37
Octal 276 136 135 0 63 63 31 1 53 67
Binary 10111110 1011110 1011101 0 110011 110011 11001 1 101011 110111

Color Harmonies of #BE5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E5D

Black with #BE5E5D

Text Example


Text Example

White with #BE5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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