#BC5C55

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

Shades of Fuzzy Wuzzy Brown #BC5C55

Tints of Fuzzy Wuzzy Brown #BC5C55

Color information

#BC5C55 (or 0xBC5C55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5C and 55. RGB value is (188,92,85). Sum of RGB (Red+Green+Blue) = 188+92+85=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C55 is #43A3AA. Grayscale: #787878. Windows color (decimal): -4432811 or 5594300. OLE color: 5594300.

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

Color convert

RGB1889285-
CMYK00.510.550.26
HSL4.08º43.46%53.53%-
HSV(B)4.08º54.79%73.73%-
XYZ26.211910.88-
YUV119.91108.3176.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=51.51%
G=25.21%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188928500.510.550.264.0843.4653.53
HexBC5C55033371A42b36
Octal274134125063673245366
Binary1011110010111001010101011001111011111010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C55; }

 p { color: rgb(188,92,85); }

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

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

 a { background-color: rgb(188,92,85); }

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

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

 span { border-color: rgb(188,92,85); }

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