#BC693D

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

Shades of Smoke Tree #BC693D

Tints of Smoke Tree #BC693D

Color information

#BC693D (or 0xBC693D) is unknown color: approx Smoke Tree. HEX triplet: BC, 69 and 3D. RGB value is (188,105,61). Sum of RGB (Red+Green+Blue) = 188+105+61=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC693D is #4396C2. Grayscale: #7D7D7D. Windows color (decimal): -4429507 or 4024764. OLE color: 4024764.

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

Color convert

RGB18810561-
CMYK00.440.680.26
HSL20.79º51%48.82%-
HSV(B)20.79º67.55%73.73%-
XYZ26.6321.137.09-
YUV124.892173.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 61 (24.22% from 255) = 17.23%
R=53.11%
G=29.66%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881056100.440.680.2620.795148.82
HexBC693D02C441A153331
Octal2741517505410432256361
Binary101111001101001111101010110010001001101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC693D; }

 p { color: rgb(188,105,61); }

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

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

 a { background-color: rgb(188,105,61); }

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

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

 span { border-color: rgb(188,105,61); }

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