#BC663B

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

Shades of Smoke Tree #BC663B

Tints of Smoke Tree #BC663B

Color information

#BC663B (or 0xBC663B) is unknown color: approx Smoke Tree. HEX triplet: BC, 66 and 3B. RGB value is (188,102,59). Sum of RGB (Red+Green+Blue) = 188+102+59=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC663B is #4399C4. Grayscale: #7B7B7B. Windows color (decimal): -4430277 or 3892924. OLE color: 3892924.

HSL color Cylindrical-coordinate representation of color #BC663B: hue angle of 20º degrees, saturation: 0.52, 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 #BC663B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18810259-
CMYK00.460.690.26
HSL20º52.23%48.43%-
HSV(B)20º68.62%73.73%-
XYZ26.2820.516.71-
YUV122.8191.99174.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=53.87%
G=29.23%
B=16.91%

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
Decimal1881025900.460.690.262052.2348.43
HexBC663B02E451A143430
Octal2741467305610532246460
Binary101111001100110111011010111010001011101010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC663B; }

 p { color: rgb(188,102,59); }

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

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

 a { background-color: rgb(188,102,59); }

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

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

 span { border-color: rgb(188,102,59); }

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