#BA5B53

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

Shades of Fuzzy Wuzzy Brown #BA5B53

Tints of Fuzzy Wuzzy Brown #BA5B53

Color information

#BA5B53 (or 0xBA5B53) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 53. RGB value is (186,91,83). Sum of RGB (Red+Green+Blue) = 186+91+83=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B53 is #45A4AC. Grayscale: #767676. Windows color (decimal): -4564141 or 5462970. OLE color: 5462970.

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

Color convert

RGB1869183-
CMYK00.510.550.27
HSL4.66º42.74%52.75%-
HSV(B)4.66º55.38%72.94%-
XYZ25.5518.5510.42-
YUV118.49107.97176.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 83 (32.81% from 255) = 23.06%
R=51.67%
G=25.28%
B=23.06%

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
Decimal186918300.510.550.274.6642.7452.75
HexBA5B53033371B52b35
Octal272133123063673355365
Binary1011101010110111010011011001111011111011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B53; }

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

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

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

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

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

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

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

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