Html Css Color HEX #BA5956 Fuzzy Wuzzy Brown

📋 copy color: '#BA5956'

red 186 ◦ green 89 ◦ blue 86

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

Shades of Fuzzy Wuzzy Brown #BA5956

Tints of Fuzzy Wuzzy Brown #BA5956

RGB

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

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

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

R = 51.52%
G = 24.65%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA5956 (or 0xBA5956) is known color: Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 56. RGB value is (186,89,86). Sum of RGB (Red+Green+Blue) = 186+89+86=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5956 is #45A6A9. Grayscale: #757575. Windows color (decimal): -4564650 or 5659066. OLE color: 5659066.

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

Color convert

RGB 186 89 86 -
CMYK 0 0.52 0.54 0.27
HSL 1.8º 0.42% 0.53% -
HSV(B) 1.8º 0.54% 0.73% -
XYZ 25.5 18.26 10.98 -
YUV 117.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 186 89 86 0 0.52 0.54 0.27 1.8 0.42 0.53
Hex BA 59 56 0 34 36 1B 2 2A 35
Octal 272 131 126 0 64 66 33 2 52 65
Binary 10111010 1011001 1010110 0 110100 110110 11011 10 101010 110101

Color Harmonies of #BA5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5956

Black with #BA5956

Text Example


Text Example

White with #BA5956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5956; }

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

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

background-color css

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

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

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

border-color css

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

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

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