Html Css Color HEX #BA5957 Fuzzy Wuzzy Brown

📋 copy color: '#BA5957'

red 186 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #BA5957

Tints of Fuzzy Wuzzy Brown #BA5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 87 (34.38% from 255) = 24.03%

R = 51.38%
G = 24.59%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5957 (or 0xBA5957) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 57. RGB value is (186,89,87). Sum of RGB (Red+Green+Blue) = 186+89+87=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5957 is #45A6A8. Grayscale: #757575. Windows color (decimal): -4564649 or 5724602. OLE color: 5724602.

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

Color convert

RGB 186 89 87 -
CMYK 0 0.52 0.53 0.27
HSL 1.21º 0.42% 0.54% -
HSV(B) 1.21º 0.53% 0.73% -
XYZ 25.54 18.27 11.2 -
YUV 117.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 186 89 87 0 0.52 0.53 0.27 1.21 0.42 0.54
Hex BA 59 57 0 34 35 1B 1 2A 36
Octal 272 131 127 0 64 65 33 1 52 66
Binary 10111010 1011001 1010111 0 110100 110101 11011 1 101010 110110

Color Harmonies of #BA5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5957

Black with #BA5957

Text Example


Text Example

White with #BA5957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5957; }

 p { color: rgb(186,89,87); }

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

background-color css

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

 a { background-color: rgb(186,89,87); }

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

border-color css

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

 span { border-color: rgb(186,89,87); }

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