Html Css Color HEX #BE5D5A Fuzzy Wuzzy Brown

📋 copy color: '#BE5D5A'

red 190 ◦ green 93 ◦ blue 90

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

Shades of Fuzzy Wuzzy Brown #BE5D5A

Tints of Fuzzy Wuzzy Brown #BE5D5A

RGB

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

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

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

R = 50.94%
G = 24.93%
B = 24.13%

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

#BE5D5A (or 0xBE5D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5D and 5A. RGB value is (190,93,90). Sum of RGB (Red+Green+Blue) = 190+93+90=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D5A is #41A2A5. Grayscale: #797979. Windows color (decimal): -4301478 or 5922238. OLE color: 5922238.

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

Color convert

RGB 190 93 90 -
CMYK 0 0.51 0.53 0.25
HSL 1.8º 0.43% 0.55% -
HSV(B) 1.8º 0.53% 0.75% -
XYZ 27 19.51 12.02 -
YUV 121.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 190 93 90 0 0.51 0.53 0.25 1.8 0.43 0.55
Hex BE 5D 5A 0 33 35 19 2 2B 37
Octal 276 135 132 0 63 65 31 2 53 67
Binary 10111110 1011101 1011010 0 110011 110101 11001 10 101011 110111

Color Harmonies of #BE5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D5A

Black with #BE5D5A

Text Example


Text Example

White with #BE5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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