#BC5C59

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

Shades of Fuzzy Wuzzy Brown #BC5C59

Tints of Fuzzy Wuzzy Brown #BC5C59

Color information

#BC5C59 (or 0xBC5C59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5C and 59. RGB value is (188,92,89). Sum of RGB (Red+Green+Blue) = 188+92+89=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C59 is #43A3A6. Grayscale: #787878. Windows color (decimal): -4432807 or 5856444. OLE color: 5856444.

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

Color convert

RGB1889289-
CMYK00.510.530.26
HSL1.82º42.49%54.31%-
HSV(B)1.82º52.66%73.73%-
XYZ26.3719.0711.74-
YUV120.36110.3176.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=50.95%
G=24.93%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188928900.510.530.261.8242.4954.31
HexBC5C59033351A22a36
Octal274134131063653225266
Binary101111001011100101100101100111101011101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C59; }

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

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

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

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

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

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

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

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