Html Css Color HEX #BE5D5D Fuzzy Wuzzy Brown

📋 copy color: '#BE5D5D'

red 190 ◦ green 93 ◦ blue 93

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

Shades of Fuzzy Wuzzy Brown #BE5D5D

Tints of Fuzzy Wuzzy Brown #BE5D5D

RGB

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

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

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

R = 50.53%
G = 24.73%
B = 24.73%

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

#BE5D5D (or 0xBE5D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5D and 5D. RGB value is (190,93,93). Sum of RGB (Red+Green+Blue) = 190+93+93=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D5D is #41A2A2. Grayscale: #7A7A7A. Windows color (decimal): -4301475 or 6118846. OLE color: 6118846.

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

Color convert

RGB 190 93 93 -
CMYK 0 0.51 0.51 0.25
HSL 0.43% 0.55% -
HSV(B) 0.51% 0.75% -
XYZ 27.13 19.57 12.7 -
YUV 122 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 190 93 93 0 0.51 0.51 0.25 0 0.43 0.55
Hex BE 5D 5D 0 33 33 19 0 2B 37
Octal 276 135 135 0 63 63 31 0 53 67
Binary 10111110 1011101 1011101 0 110011 110011 11001 0 101011 110111

Color Harmonies of #BE5D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D5D

Black with #BE5D5D

Text Example


Text Example

White with #BE5D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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