#BC5755

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

Shades of Fuzzy Wuzzy Brown #BC5755

Tints of Fuzzy Wuzzy Brown #BC5755

Color information

#BC5755 (or 0xBC5755) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 57 and 55. RGB value is (188,87,85). Sum of RGB (Red+Green+Blue) = 188+87+85=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5755 is #43A8AA. Grayscale: #757575. Windows color (decimal): -4434091 or 5593020. OLE color: 5593020.

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

Color convert

RGB1888785-
CMYK00.540.550.26
HSL1.17º43.46%53.53%-
HSV(B)1.17º54.79%73.73%-
XYZ25.7918.1610.74-
YUV116.97109.96178.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=52.22%
G=24.17%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188878500.540.550.261.1743.4653.53
HexBC5755036371A12b36
Octal274127125066673215366
Binary10111100101011110101010110110110111110101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5755; }

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

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

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

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

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

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

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

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