#BA5654

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

Shades of Fuzzy Wuzzy Brown #BA5654

Tints of Fuzzy Wuzzy Brown #BA5654

Color information

#BA5654 (or 0xBA5654) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 56 and 54. RGB value is (186,86,84). Sum of RGB (Red+Green+Blue) = 186+86+84=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5654 is #45A9AB. Grayscale: #737373. Windows color (decimal): -4565420 or 5527226. OLE color: 5527226.

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

Color convert

RGB1868684-
CMYK00.540.550.27
HSL1.18º42.5%52.94%-
HSV(B)1.18º54.84%72.94%-
XYZ25.1817.7310.48-
YUV115.67110.13178.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 84 (33.20% from 255) = 23.60%
R=52.25%
G=24.16%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186868400.540.550.271.1842.552.94
HexBA5654036371B12a35
Octal272126124066673315265
Binary10111010101011010101000110110110111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5654; }

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

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

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

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

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

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

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

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