#BC5A54

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

Shades of Fuzzy Wuzzy Brown #BC5A54

Tints of Fuzzy Wuzzy Brown #BC5A54

Color information

#BC5A54 (or 0xBC5A54) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5A and 54. RGB value is (188,90,84). Sum of RGB (Red+Green+Blue) = 188+90+84=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A54 is #43A5AB. Grayscale: #767676. Windows color (decimal): -4433324 or 5528252. OLE color: 5528252.

HSL color Cylindrical-coordinate representation of color #BC5A54: hue angle of 3.46º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5A54 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB1889084-
CMYK00.520.550.26
HSL3.46º43.7%53.33%-
HSV(B)3.46º55.32%73.73%-
XYZ2618.6410.62-
YUV118.62108.47177.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=51.93%
G=24.86%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188908400.520.550.263.4643.753.33
HexBC5A54034371A32c35
Octal274132124064673235465
Binary101111001011010101010001101001101111101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A54; }

 p { color: rgb(188,90,84); }

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

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

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

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

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

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

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