Html Css Color HEX #BA5D57 Fuzzy Wuzzy Brown

📋 copy color: '#BA5D57'

red 186 ◦ green 93 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #BA5D57

Tints of Fuzzy Wuzzy Brown #BA5D57

RGB

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

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

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

R = 50.82%
G = 25.41%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA5D57 (or 0xBA5D57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 57. RGB value is (186,93,87). Sum of RGB (Red+Green+Blue) = 186+93+87=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D57 is #45A2A8. Grayscale: #787878. Windows color (decimal): -4563625 or 5725626. OLE color: 5725626.

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

Color convert

RGB 186 93 87 -
CMYK 0 0.5 0.53 0.27
HSL 3.64º 0.42% 0.54% -
HSV(B) 3.64º 0.53% 0.73% -
XYZ 25.88 18.96 11.31 -
YUV 120.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 186 93 87 0 0.5 0.53 0.27 3.64 0.42 0.54
Hex BA 5D 57 0 32 35 1B 4 2A 36
Octal 272 135 127 0 62 65 33 4 52 66
Binary 10111010 1011101 1010111 0 110010 110101 11011 100 101010 110110

Color Harmonies of #BA5D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D57

Black with #BA5D57

Text Example


Text Example

White with #BA5D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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