#BA5E59

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

Shades of Fuzzy Wuzzy Brown #BA5E59

Tints of Fuzzy Wuzzy Brown #BA5E59

Color information

#BA5E59 (or 0xBA5E59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5E and 59. RGB value is (186,94,89). Sum of RGB (Red+Green+Blue) = 186+94+89=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E59 is #45A1A6. Grayscale: #797979. Windows color (decimal): -4563367 or 5856954. OLE color: 5856954.

HSL color Cylindrical-coordinate representation of color #BA5E59: hue angle of 3.09º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5E59 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1869489-
CMYK00.490.520.27
HSL3.09º41.28%53.92%-
HSV(B)3.09º52.15%72.94%-
XYZ26.0619.1711.78-
YUV120.94109.98174.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=50.41%
G=25.47%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186948900.490.520.273.0941.2853.92
HexBA5E59031341B32936
Octal272136131061643335166
Binary101110101011110101100101100011101001101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E59; }

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

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

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

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

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

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

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

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