#BC6538

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

Shades of Smoke Tree #BC6538

Tints of Smoke Tree #BC6538

Color information

#BC6538 (or 0xBC6538) is unknown color: approx Smoke Tree. HEX triplet: BC, 65 and 38. RGB value is (188,101,56). Sum of RGB (Red+Green+Blue) = 188+101+56=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6538 is #439AC7. Grayscale: #7A7A7A. Windows color (decimal): -4430536 or 3696060. OLE color: 3696060.

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

Color convert

RGB18810156-
CMYK00.460.700.26
HSL20.45º54.1%47.84%-
HSV(B)20.45º70.21%73.73%-
XYZ26.1120.286.28-
YUV121.8890.82175.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=54.49%
G=29.28%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881015600.460.700.2620.4554.147.84
HexBC653802E461A143630
Octal2741457005610632246660
Binary101111001100101111000010111010001101101010100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6538; }

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

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

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

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

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

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

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

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