#BA5A57

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

Shades of Fuzzy Wuzzy Brown #BA5A57

Tints of Fuzzy Wuzzy Brown #BA5A57

Color information

#BA5A57 (or 0xBA5A57) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5A and 57. RGB value is (186,90,87). Sum of RGB (Red+Green+Blue) = 186+90+87=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A57 is #45A5A8. Grayscale: #767676. Windows color (decimal): -4564393 or 5724858. OLE color: 5724858.

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

Color convert

RGB1869087-
CMYK00.520.530.27
HSL1.82º41.77%53.53%-
HSV(B)1.82º53.23%72.94%-
XYZ25.6318.4411.23-
YUV118.36110.3176.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=51.24%
G=24.79%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186908700.520.530.271.8241.7753.53
HexBA5A57034351B22a36
Octal272132127064653325266
Binary101110101011010101011101101001101011101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A57; }

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

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

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

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

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

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

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

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