#BA5958

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

Shades of Fuzzy Wuzzy Brown #BA5958

Tints of Fuzzy Wuzzy Brown #BA5958

Color information

#BA5958 (or 0xBA5958) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 59 and 58. RGB value is (186,89,88). Sum of RGB (Red+Green+Blue) = 186+89+88=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5958 is #45A6A7. Grayscale: #757575. Windows color (decimal): -4564648 or 5790138. OLE color: 5790138.

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

Color convert

RGB1868988-
CMYK00.520.530.27
HSL0.61º41.53%53.73%-
HSV(B)0.61º52.69%72.94%-
XYZ25.5818.2911.41-
YUV117.89111.14176.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 88 (34.77% from 255) = 24.24%
R=51.24%
G=24.52%
B=24.24%

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
Decimal186898800.520.530.270.6141.5353.73
HexBA5958034351B12a36
Octal272131130064653315266
Binary10111010101100110110000110100110101110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5958; }

 p { color: rgb(186,89,88); }

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

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

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

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

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

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

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