Html Css Color HEX #BA5C56 Fuzzy Wuzzy Brown

📋 copy color: '#BA5C56'

red 186 ◦ green 92 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #BA5C56

Tints of Fuzzy Wuzzy Brown #BA5C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 86 (33.98% from 255) = 23.63%

R = 51.1%
G = 25.27%
B = 23.63%

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

#BA5C56 (or 0xBA5C56) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 5C and 56. RGB value is (186,92,86). Sum of RGB (Red+Green+Blue) = 186+92+86=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C56 is #45A3A9. Grayscale: #777777. Windows color (decimal): -4563882 or 5659834. OLE color: 5659834.

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

Color convert

RGB 186 92 86 -
CMYK 0 0.51 0.54 0.27
HSL 3.6º 0.42% 0.53% -
HSV(B) 3.6º 0.54% 0.73% -
XYZ 25.76 18.77 11.07 -
YUV 119.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 186 92 86 0 0.51 0.54 0.27 3.6 0.42 0.53
Hex BA 5C 56 0 33 36 1B 4 2A 35
Octal 272 134 126 0 63 66 33 4 52 65
Binary 10111010 1011100 1010110 0 110011 110110 11011 100 101010 110101

Color Harmonies of #BA5C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C56

Black with #BA5C56

Text Example


Text Example

White with #BA5C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C56; }

 p { color: rgb(186,92,86); }

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

background-color css

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

 a { background-color: rgb(186,92,86); }

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

border-color css

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

 span { border-color: rgb(186,92,86); }

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