#BC6738

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

Shades of Smoke Tree #BC6738

Tints of Smoke Tree #BC6738

Color information

#BC6738 (or 0xBC6738) is unknown color: approx Smoke Tree. HEX triplet: BC, 67 and 38. RGB value is (188,103,56). Sum of RGB (Red+Green+Blue) = 188+103+56=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6738 is #4398C7. Grayscale: #7B7B7B. Windows color (decimal): -4430024 or 3696572. OLE color: 3696572.

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

Color convert

RGB18810356-
CMYK00.450.700.26
HSL21.36º54.1%47.84%-
HSV(B)21.36º70.21%73.73%-
XYZ26.320.686.35-
YUV123.0690.16174.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=54.18%
G=29.68%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881035600.450.700.2621.3654.147.84
HexBC673802D461A153630
Octal2741477005510632256660
Binary101111001100111111000010110110001101101010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6738; }

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

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

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

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

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

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

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

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