#BC6641

Color #BC6641 Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BC6641

Tints of Smoke Tree #BC6641

Color information

#BC6641 (or 0xBC6641) is unknown color: approx Smoke Tree. HEX triplet: BC, 66 and 41. RGB value is (188,102,65). Sum of RGB (Red+Green+Blue) = 188+102+65=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6641 is #4399BE. Grayscale: #7B7B7B. Windows color (decimal): -4430271 or 4286140. OLE color: 4286140.

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

Color convert

RGB18810265-
CMYK00.460.650.26
HSL18.05º48.62%49.61%-
HSV(B)18.05º65.43%73.73%-
XYZ26.4420.587.58-
YUV123.594.99174.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=52.96%
G=28.73%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881026500.460.650.2618.0548.6249.61
HexBC664102E411A123132
Octal27414610105610132226162
Binary1011110011001101000001010111010000011101010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6641; }

 p { color: rgb(188,102,65); }

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

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

 a { background-color: rgb(188,102,65); }

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

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

 span { border-color: rgb(188,102,65); }

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