#BC605E

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

Shades of Fuzzy Wuzzy Brown #BC605E

Tints of Fuzzy Wuzzy Brown #BC605E

Color information

#BC605E (or 0xBC605E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: BC, 60 and 5E. RGB value is (188,96,94). Sum of RGB (Red+Green+Blue) = 188+96+94=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605E is #439FA1. Grayscale: #7B7B7B. Windows color (decimal): -4431778 or 6185148. OLE color: 6185148.

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

Color convert

RGB1889694-
CMYK00.490.500.26
HSL1.28º41.23%55.29%-
HSV(B)1.28º50%73.73%-
XYZ26.9419.8713-
YUV123.28111.48174.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=49.74%
G=25.40%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188969400.490.500.261.2841.2355.29
HexBC605E031321A12937
Octal274140136061623215167
Binary10111100110000010111100110001110010110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC605E; }

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

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

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

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

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

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

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

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