#BC633E

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

Shades of Smoke Tree #BC633E

Tints of Smoke Tree #BC633E

Color information

#BC633E (or 0xBC633E) is unknown color: approx Smoke Tree. HEX triplet: BC, 63 and 3E. RGB value is (188,99,62). Sum of RGB (Red+Green+Blue) = 188+99+62=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC633E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC633E is #439CC1. Grayscale: #797979. Windows color (decimal): -4431042 or 4088764. OLE color: 4088764.

HSL color Cylindrical-coordinate representation of color #BC633E: hue angle of 17.62º 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 #BC633E is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1889962-
CMYK00.470.670.26
HSL17.62º50.4%49.02%-
HSV(B)17.62º67.02%73.73%-
XYZ26.0719.967.04-
YUV121.3994.49175.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=53.87%
G=28.37%
B=17.77%

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
Decimal188996200.470.670.2617.6250.449.02
HexBC633E02F431A123231
Octal2741437605710332226261
Binary101111001100011111110010111110000111101010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC633E; }

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

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

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

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

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

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

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

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