#BC643E

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

Shades of Smoke Tree #BC643E

Tints of Smoke Tree #BC643E

Color information

#BC643E (or 0xBC643E) is unknown color: approx Smoke Tree. HEX triplet: BC, 64 and 3E. RGB value is (188,100,62). Sum of RGB (Red+Green+Blue) = 188+100+62=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC643E is #439BC1. Grayscale: #7A7A7A. Windows color (decimal): -4430786 or 4089020. OLE color: 4089020.

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

Color convert

RGB18810062-
CMYK00.470.670.26
HSL18.1º50.4%49.02%-
HSV(B)18.1º67.02%73.73%-
XYZ26.1720.157.07-
YUV121.9894.15175.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=53.71%
G=28.57%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881006200.470.670.2618.150.449.02
HexBC643E02F431A123231
Octal2741447605710332226261
Binary101111001100100111110010111110000111101010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC643E; }

 p { color: rgb(188,100,62); }

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

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

 a { background-color: rgb(188,100,62); }

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

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

 span { border-color: rgb(188,100,62); }

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