#BA5D5A

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

Shades of Fuzzy Wuzzy Brown #BA5D5A

Tints of Fuzzy Wuzzy Brown #BA5D5A

Color information

#BA5D5A (or 0xBA5D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 5A. RGB value is (186,93,90). Sum of RGB (Red+Green+Blue) = 186+93+90=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D5A is #45A2A5. Grayscale: #787878. Windows color (decimal): -4563622 or 5922234. OLE color: 5922234.

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

Color convert

RGB1869390-
CMYK00.50.520.27
HSL1.88º41.03%54.12%-
HSV(B)1.88º51.61%72.94%-
XYZ26.0119.0111.97-
YUV120.46110.81174.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=50.41%
G=25.20%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186939000.50.520.271.8841.0354.12
HexBA5D5A032341B22936
Octal272135132062643325166
Binary101110101011101101101001100101101001101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D5A; }

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

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

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

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

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

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

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

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