#BA5C53

Color #BA5C53 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #BA5C53

Tints of Fuzzy Wuzzy Brown #BA5C53

Color information

#BA5C53 (or 0xBA5C53) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5C and 53. RGB value is (186,92,83). Sum of RGB (Red+Green+Blue) = 186+92+83=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C53 is #45A3AC. Grayscale: #777777. Windows color (decimal): -4563885 or 5463226. OLE color: 5463226.

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

Color convert

RGB1869283-
CMYK00.510.550.27
HSL5.24º42.74%52.75%-
HSV(B)5.24º55.38%72.94%-
XYZ25.6418.7210.45-
YUV119.08107.64175.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 83 (32.81% from 255) = 22.99%
R=51.52%
G=25.48%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186928300.510.550.275.2442.7452.75
HexBA5C53033371B52b35
Octal272134123063673355365
Binary1011101010111001010011011001111011111011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C53; }

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

 H1.HeaderClassName
 {
   color: #BA5C53;
 }
 .AnyTagClassName
 {
   color: #BA5C53;
 }
</style>
background-color css

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

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

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

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

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

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