#BC5C5A

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

Shades of Fuzzy Wuzzy Brown #BC5C5A

Tints of Fuzzy Wuzzy Brown #BC5C5A

Color information

#BC5C5A (or 0xBC5C5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 5C and 5A. RGB value is (188,92,90). Sum of RGB (Red+Green+Blue) = 188+92+90=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C5A is #43A3A5. Grayscale: #787878. Windows color (decimal): -4432806 or 5921980. OLE color: 5921980.

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

Color convert

RGB1889290-
CMYK00.510.520.26
HSL1.22º42.24%54.51%-
HSV(B)1.22º52.13%73.73%-
XYZ26.4119.0811.96-
YUV120.48110.8176.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 92 (36.33% from 255) = 24.86%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=50.81%
G=24.86%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188929000.510.520.261.2242.2454.51
HexBC5C5A033341A12a37
Octal274134132063643215267
Binary10111100101110010110100110011110100110101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C5A; }

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

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

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

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

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

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

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

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