Html Css Color HEX #BE5353 Fuzzy Wuzzy Brown

📋 copy color: '#BE5353'

red 190 ◦ green 83 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #BE5353

Tints of Fuzzy Wuzzy Brown #BE5353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 53.37%
G = 23.31%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE5353 (or 0xBE5353) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 53 and 53. RGB value is (190,83,83). Sum of RGB (Red+Green+Blue) = 190+83+83=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5353 is #41ACAC. Grayscale: #737373. Windows color (decimal): -4304045 or 5460926. OLE color: 5460926.

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

Color convert

RGB 190 83 83 -
CMYK 0 0.56 0.56 0.25
HSL 0.45% 0.54% -
HSV(B) 0.56% 0.75% -
XYZ 25.89 17.76 10.25 -
YUV 114.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 190 83 83 0 0.56 0.56 0.25 0 0.45 0.54
Hex BE 53 53 0 38 38 19 0 2D 36
Octal 276 123 123 0 70 70 31 0 55 66
Binary 10111110 1010011 1010011 0 111000 111000 11001 0 101101 110110

Color Harmonies of #BE5353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5353

Black with #BE5353

Text Example


Text Example

White with #BE5353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5353; }

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

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

background-color css

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

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

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

border-color css

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

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

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