#BA5E5B

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

Shades of Fuzzy Wuzzy Brown #BA5E5B

Tints of Fuzzy Wuzzy Brown #BA5E5B

Color information

#BA5E5B (or 0xBA5E5B) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5E and 5B. RGB value is (186,94,91). Sum of RGB (Red+Green+Blue) = 186+94+91=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E5B is #45A1A4. Grayscale: #797979. Windows color (decimal): -4563365 or 5988026. OLE color: 5988026.

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

Color convert

RGB1869491-
CMYK00.490.510.27
HSL1.89º40.77%54.31%-
HSV(B)1.89º51.08%72.94%-
XYZ26.1419.212.23-
YUV121.17110.98174.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=50.13%
G=25.34%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186949100.490.510.271.8940.7754.31
HexBA5E5B031331B22936
Octal272136133061633325166
Binary101110101011110101101101100011100111101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E5B; }

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

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

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

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

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

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

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

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