#BC5D5C

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

Shades of Fuzzy Wuzzy Brown #BC5D5C

Tints of Fuzzy Wuzzy Brown #BC5D5C

Color information

#BC5D5C (or 0xBC5D5C) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 5C. RGB value is (188,93,92). Sum of RGB (Red+Green+Blue) = 188+93+92=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D5C is #43A2A3. Grayscale: #797979. Windows color (decimal): -4432548 or 6053308. OLE color: 6053308.

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

Color convert

RGB1889392-
CMYK00.510.510.26
HSL0.63º41.74%54.9%-
HSV(B)0.63º51.06%73.73%-
XYZ26.5919.2912.45-
YUV121.29111.47175.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=50.40%
G=24.93%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188939200.510.510.260.6341.7454.9
HexBC5D5C033331A12a37
Octal274135134063633215267
Binary10111100101110110111000110011110011110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D5C; }

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

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

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

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

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

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

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

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