#BA5555

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

Shades of Fuzzy Wuzzy Brown #BA5555

Tints of Fuzzy Wuzzy Brown #BA5555

Color information

#BA5555 (or 0xBA5555) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 55 and 55. RGB value is (186,85,85). Sum of RGB (Red+Green+Blue) = 186+85+85=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5555 is #45AAAA. Grayscale: #737373. Windows color (decimal): -4565675 or 5592506. OLE color: 5592506.

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

Color convert

RGB1868585-
CMYK00.540.540.27
HSL42.26%53.14%-
HSV(B)54.3%72.94%-
XYZ25.1417.5910.67-
YUV115.2110.96178.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=52.25%
G=23.88%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186858500.540.540.27042.2653.14
HexBA5555036361B02a35
Octal272125125066663305265
Binary10111010101010110101010110110110110110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5555; }

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

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

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

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

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

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

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

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