#bc653a

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

Shades of Smoke Tree #BC653A

Tints of Smoke Tree #BC653A

Color information

#BC653A (or 0xBC653A) is unknown color: approx Smoke Tree. HEX triplet: BC, 65 and 3A. RGB value is (188,101,58). Sum of RGB (Red+Green+Blue) = 188+101+58=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC653A is #439AC5. Grayscale: #7A7A7A. Windows color (decimal): -4430534 or 3827132. OLE color: 3827132.

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

Color convert

RGB18810158-
CMYK00.460.690.26
HSL19.85º52.85%48.24%-
HSV(B)19.85º69.15%73.73%-
XYZ26.1620.36.54-
YUV122.1191.82175-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 58 (23.05% from 255) = 16.71%
R=54.18%
G=29.11%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881015800.460.690.2619.8552.8548.24
HexBC653A02E451A143530
Octal2741457205610532246560
Binary101111001100101111010010111010001011101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc653a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc653a; }

 p { color: rgb(188,101,58); }

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

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

 a { background-color: rgb(188,101,58); }

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

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

 span { border-color: rgb(188,101,58); }

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