Html Css Color HEX #BE5551 Fuzzy Wuzzy Brown

📋 copy color: '#BE5551'

red 190 ◦ green 85 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #BE5551

Tints of Fuzzy Wuzzy Brown #BE5551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.88%

 BLUE value IS 81 (32.03% from 255) = 22.75%

R = 53.37%
G = 23.88%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE5551 (or 0xBE5551) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 55 and 51. RGB value is (190,85,81). Sum of RGB (Red+Green+Blue) = 190+85+81=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5551 is #41AAAE. Grayscale: #747474. Windows color (decimal): -4303535 or 5330366. OLE color: 5330366.

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

Color convert

RGB 190 85 81 -
CMYK 0 0.55 0.57 0.25
HSL 2.2º 0.46% 0.53% -
HSV(B) 2.2º 0.57% 0.75% -
XYZ 25.97 18.04 9.9 -
YUV 115.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 190 85 81 0 0.55 0.57 0.25 2.2 0.46 0.53
Hex BE 55 51 0 37 39 19 2 2E 35
Octal 276 125 121 0 67 71 31 2 56 65
Binary 10111110 1010101 1010001 0 110111 111001 11001 10 101110 110101

Color Harmonies of #BE5551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5551

Black with #BE5551

Text Example


Text Example

White with #BE5551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5551; }

 p { color: rgb(190,85,81); }

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

background-color css

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

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

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

border-color css

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

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

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