#BA5D5C

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

Shades of Fuzzy Wuzzy Brown #BA5D5C

Tints of Fuzzy Wuzzy Brown #BA5D5C

Color information

#BA5D5C (or 0xBA5D5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 5D and 5C. RGB value is (186,93,92). Sum of RGB (Red+Green+Blue) = 186+93+92=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D5C is #45A2A3. Grayscale: #787878. Windows color (decimal): -4563620 or 6053306. OLE color: 6053306.

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

Color convert

RGB1869392-
CMYK00.50.510.27
HSL0.64º40.52%54.51%-
HSV(B)0.64º50.54%72.94%-
XYZ26.119.0412.43-
YUV120.69111.81174.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=50.13%
G=25.07%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186939200.50.510.270.6440.5254.51
HexBA5D5C032331B12937
Octal272135134062633315167
Binary10111010101110110111000110010110011110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D5C; }

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

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

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

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

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

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

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

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