Html Css Color HEX #BA5E5B Fuzzy Wuzzy Brown

📋 copy color: '#BA5E5B'

red 186 ◦ green 94 ◦ blue 91

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

Shades of Fuzzy Wuzzy Brown #BA5E5B

Tints of Fuzzy Wuzzy Brown #BA5E5B

RGB

 RED value IS 186 (73.05% from 255) = 50.13%

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 50.13%
G = 25.34%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA5E5B (or 0xBA5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5E and 5B. RGB value is (186,94,91). Sum of RGB (Red+Green+Blue) = 186+94+91=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E5B is #45A1A4. Grayscale: #797979. Windows color (decimal): -4563365 or 5988026. OLE color: 5988026.

HSL color Cylindrical-coordinate representation of color #BA5E5B: hue angle of 1.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5E5B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 91 -
CMYK 0 0.49 0.51 0.27
HSL 1.89º 0.41% 0.54% -
HSV(B) 1.89º 0.51% 0.73% -
XYZ 26.14 19.2 12.23 -
YUV 121.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 186 94 91 0 0.49 0.51 0.27 1.89 0.41 0.54
Hex BA 5E 5B 0 31 33 1B 2 29 36
Octal 272 136 133 0 61 63 33 2 51 66
Binary 10111010 1011110 1011011 0 110001 110011 11011 10 101001 110110

Color Harmonies of #BA5E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E5B

Black with #BA5E5B

Text Example


Text Example

White with #BA5E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E5B; }

 p { color: rgb(186,94,91); }

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

background-color css

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

 a { background-color: rgb(186,94,91); }

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

border-color css

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

 span { border-color: rgb(186,94,91); }

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