#BA5757

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

Shades of Fuzzy Wuzzy Brown #BA5757

Tints of Fuzzy Wuzzy Brown #BA5757

Color information

#BA5757 (or 0xBA5757) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 57 and 57. RGB value is (186,87,87). Sum of RGB (Red+Green+Blue) = 186+87+87=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5757 is #45A8A8. Grayscale: #747474. Windows color (decimal): -4565161 or 5724090. OLE color: 5724090.

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

Color convert

RGB1868787-
CMYK00.530.530.27
HSL41.77%53.53%-
HSV(B)53.23%72.94%-
XYZ25.3817.9411.14-
YUV116.6111.3177.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=51.67%
G=24.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186878700.530.530.27041.7753.53
HexBA5757035351B02a36
Octal272127127065653305266
Binary10111010101011110101110110101110101110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5757; }

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

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

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

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

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

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

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

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