#BC5B59

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

Shades of Fuzzy Wuzzy Brown #BC5B59

Tints of Fuzzy Wuzzy Brown #BC5B59

Color information

#BC5B59 (or 0xBC5B59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5B and 59. RGB value is (188,91,89). Sum of RGB (Red+Green+Blue) = 188+91+89=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B59 is #43A4A6. Grayscale: #777777. Windows color (decimal): -4433063 or 5856188. OLE color: 5856188.

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

Color convert

RGB1889189-
CMYK00.520.530.26
HSL1.21º42.49%54.31%-
HSV(B)1.21º52.66%73.73%-
XYZ26.2818.8911.71-
YUV119.78110.64176.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.09%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 89 (35.16% from 255) = 24.18%
R=51.09%
G=24.73%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188918900.520.530.261.2142.4954.31
HexBC5B59034351A12a36
Octal274133131064653215266
Binary10111100101101110110010110100110101110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B59; }

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

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

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

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

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

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

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

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