#BA5D58

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

Shades of Fuzzy Wuzzy Brown #BA5D58

Tints of Fuzzy Wuzzy Brown #BA5D58

Color information

#BA5D58 (or 0xBA5D58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 58. RGB value is (186,93,88). Sum of RGB (Red+Green+Blue) = 186+93+88=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D58 is #45A2A7. Grayscale: #787878. Windows color (decimal): -4563624 or 5791162. OLE color: 5791162.

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

Color convert

RGB1869388-
CMYK00.50.530.27
HSL3.06º41.53%53.73%-
HSV(B)3.06º52.69%72.94%-
XYZ25.9318.9711.53-
YUV120.24109.81174.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.68%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 88 (34.77% from 255) = 23.98%
R=50.68%
G=25.34%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186938800.50.530.273.0641.5353.73
HexBA5D58032351B32a36
Octal272135130062653335266
Binary101110101011101101100001100101101011101111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D58; }

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

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

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

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

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

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

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

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