#BC5E59

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

Shades of Fuzzy Wuzzy Brown #BC5E59

Tints of Fuzzy Wuzzy Brown #BC5E59

Color information

#BC5E59 (or 0xBC5E59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 59. RGB value is (188,94,89). Sum of RGB (Red+Green+Blue) = 188+94+89=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E59 is #43A1A6. Grayscale: #797979. Windows color (decimal): -4432295 or 5856956. OLE color: 5856956.

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

Color convert

RGB1889489-
CMYK00.500.530.26
HSL3.03º42.49%54.31%-
HSV(B)3.03º52.66%73.73%-
XYZ26.5419.4211.8-
YUV121.54109.64175.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=50.67%
G=25.34%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188948900.500.530.263.0342.4954.31
HexBC5E59032351A32a36
Octal274136131062653235266
Binary101111001011110101100101100101101011101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E59; }

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

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

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

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

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

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

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

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