Html Css Color HEX #BA5B55 Fuzzy Wuzzy Brown

📋 copy color: '#BA5B55'

red 186 ◦ green 91 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #BA5B55

Tints of Fuzzy Wuzzy Brown #BA5B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

 BLUE value IS 85 (33.59% from 255) = 23.48%

R = 51.38%
G = 25.14%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5B55 (or 0xBA5B55) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 55. RGB value is (186,91,85). Sum of RGB (Red+Green+Blue) = 186+91+85=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B55 is #45A4AA. Grayscale: #767676. Windows color (decimal): -4564139 or 5594042. OLE color: 5594042.

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

Color convert

RGB 186 91 85 -
CMYK 0 0.51 0.54 0.27
HSL 3.56º 0.42% 0.53% -
HSV(B) 3.56º 0.54% 0.73% -
XYZ 25.63 18.58 10.83 -
YUV 118.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 186 91 85 0 0.51 0.54 0.27 3.56 0.42 0.53
Hex BA 5B 55 0 33 36 1B 4 2A 35
Octal 272 133 125 0 63 66 33 4 52 65
Binary 10111010 1011011 1010101 0 110011 110110 11011 100 101010 110101

Color Harmonies of #BA5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B55

Black with #BA5B55

Text Example


Text Example

White with #BA5B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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