#BA5855

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

Shades of Fuzzy Wuzzy Brown #BA5855

Tints of Fuzzy Wuzzy Brown #BA5855

Color information

#BA5855 (or 0xBA5855) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 58 and 55. RGB value is (186,88,85). Sum of RGB (Red+Green+Blue) = 186+88+85=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5855 is #45A7AA. Grayscale: #757575. Windows color (decimal): -4564907 or 5593274. OLE color: 5593274.

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

Color convert

RGB1868885-
CMYK00.530.540.27
HSL1.78º42.26%53.14%-
HSV(B)1.78º54.3%72.94%-
XYZ25.3818.0710.75-
YUV116.96109.97177.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=51.81%
G=24.51%
B=23.68%

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
Decimal186888500.530.540.271.7842.2653.14
HexBA5855035361B22a35
Octal272130125065663325265
Binary101110101011000101010101101011101101101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5855; }

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

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

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

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

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

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

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

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