#BA5A55

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

Shades of Fuzzy Wuzzy Brown #BA5A55

Tints of Fuzzy Wuzzy Brown #BA5A55

Color information

#BA5A55 (or 0xBA5A55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5A and 55. RGB value is (186,90,85). Sum of RGB (Red+Green+Blue) = 186+90+85=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A55 is #45A5AA. Grayscale: #767676. Windows color (decimal): -4564395 or 5593786. OLE color: 5593786.

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

Color convert

RGB1869085-
CMYK00.520.540.27
HSL2.97º42.26%53.14%-
HSV(B)2.97º54.3%72.94%-
XYZ25.5518.4110.8-
YUV118.13109.3176.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=51.52%
G=24.93%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186908500.520.540.272.9742.2653.14
HexBA5A55034361B32a35
Octal272132125064663335265
Binary101110101011010101010101101001101101101111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A55; }

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

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

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

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

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

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

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

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