#BA605D

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

Shades of Fuzzy Wuzzy Brown #BA605D

Tints of Fuzzy Wuzzy Brown #BA605D

Color information

#BA605D (or 0xBA605D) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 60 and 5D. RGB value is (186,96,93). Sum of RGB (Red+Green+Blue) = 186+96+93=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA605D is #459FA2. Grayscale: #7A7A7A. Windows color (decimal): -4562851 or 6119610. OLE color: 6119610.

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

Color convert

RGB1869693-
CMYK00.480.50.27
HSL1.94º40.26%54.71%-
HSV(B)1.94º50%72.94%-
XYZ26.4119.612.75-
YUV122.57111.32173.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=49.6%
G=25.6%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186969300.480.50.271.9440.2654.71
HexBA605D030321B22837
Octal272140135060623325067
Binary101110101100000101110101100001100101101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA605D; }

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

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

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

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

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

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

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

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