#BA5B59

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

Shades of Fuzzy Wuzzy Brown #BA5B59

Tints of Fuzzy Wuzzy Brown #BA5B59

Color information

#BA5B59 (or 0xBA5B59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5B and 59. RGB value is (186,91,89). Sum of RGB (Red+Green+Blue) = 186+91+89=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5B59 is #45A4A6. Grayscale: #777777. Windows color (decimal): -4564135 or 5856186. OLE color: 5856186.

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

Color convert

RGB1869189-
CMYK00.510.520.27
HSL1.24º41.28%53.92%-
HSV(B)1.24º52.15%72.94%-
XYZ25.7918.6411.69-
YUV119.18110.97175.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 89 (35.16% from 255) = 24.32%
R=50.82%
G=24.86%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186918900.510.520.271.2441.2853.92
HexBA5B59033341B12936
Octal272133131063643315166
Binary10111010101101110110010110011110100110111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B59; }

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

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

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

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

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

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

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

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