#BC673A

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

Shades of Smoke Tree #BC673A

Tints of Smoke Tree #BC673A

Color information

#BC673A (or 0xBC673A) is unknown color: approx Smoke Tree. HEX triplet: BC, 67 and 3A. RGB value is (188,103,58). Sum of RGB (Red+Green+Blue) = 188+103+58=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC673A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC673A is #4398C5. Grayscale: #7B7B7B. Windows color (decimal): -4430022 or 3827644. OLE color: 3827644.

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

Color convert

RGB18810358-
CMYK00.450.690.26
HSL20.77º52.85%48.24%-
HSV(B)20.77º69.15%73.73%-
XYZ26.3520.76.61-
YUV123.2891.16174.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 58 (23.05% from 255) = 16.62%
R=53.87%
G=29.51%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881035800.450.690.2620.7752.8548.24
HexBC673A02D451A153530
Octal2741477205510532256560
Binary101111001100111111010010110110001011101010101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC673A; }

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

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

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

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

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

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

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

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