#ba5454

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

Shades of Fuzzy Wuzzy Brown #BA5454

Tints of Fuzzy Wuzzy Brown #BA5454

Color information

#BA5454 (or 0xBA5454) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BA, 54 and 54. RGB value is (186,84,84). Sum of RGB (Red+Green+Blue) = 186+84+84=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5454 is #45ABAB. Grayscale: #727272. Windows color (decimal): -4565932 or 5526714. OLE color: 5526714.

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

Color convert

RGB1868484-
CMYK00.550.550.27
HSL42.5%52.94%-
HSV(B)54.84%72.94%-
XYZ25.0217.4210.43-
YUV114.5110.79179-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=52.54%
G=23.73%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186848400.550.550.27042.552.94
HexBA5454037371B02a35
Octal272124124067673305265
Binary10111010101010010101000110111110111110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5454; }

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

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

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

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

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

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

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

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