#BA5856

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

Shades of Fuzzy Wuzzy Brown #BA5856

Tints of Fuzzy Wuzzy Brown #BA5856

Color information

#BA5856 (or 0xBA5856) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 58 and 56. RGB value is (186,88,86). Sum of RGB (Red+Green+Blue) = 186+88+86=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5856 is #45A7A9. Grayscale: #757575. Windows color (decimal): -4564906 or 5658810. OLE color: 5658810.

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

Color convert

RGB1868886-
CMYK00.530.540.27
HSL1.2º42.02%53.33%-
HSV(B)1.2º53.76%72.94%-
XYZ25.4218.0910.96-
YUV117.07110.47177.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=51.67%
G=24.44%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186888600.530.540.271.242.0253.33
HexBA5856035361B12a35
Octal272130126065663315265
Binary10111010101100010101100110101110110110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5856; }

 p { color: rgb(186,88,86); }

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

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

 a { background-color: rgb(186,88,86); }

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

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

 span { border-color: rgb(186,88,86); }

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