#BC5D59

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

Shades of Fuzzy Wuzzy Brown #BC5D59

Tints of Fuzzy Wuzzy Brown #BC5D59

Color information

#BC5D59 (or 0xBC5D59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 59. RGB value is (188,93,89). Sum of RGB (Red+Green+Blue) = 188+93+89=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D59 is #43A2A6. Grayscale: #797979. Windows color (decimal): -4432551 or 5856700. OLE color: 5856700.

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

Color convert

RGB1889389-
CMYK00.510.530.26
HSL2.42º42.49%54.31%-
HSV(B)2.42º52.66%73.73%-
XYZ26.4619.2411.77-
YUV120.95109.97175.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=50.81%
G=25.14%
B=24.05%

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
Decimal188938900.510.530.262.4242.4954.31
HexBC5D59033351A22a36
Octal274135131063653225266
Binary101111001011101101100101100111101011101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D59; }

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

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

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

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

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

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

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

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