#BC613C

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

Shades of Smoke Tree #BC613C

Tints of Smoke Tree #BC613C

Color information

#BC613C (or 0xBC613C) is unknown color: approx Smoke Tree. HEX triplet: BC, 61 and 3C. RGB value is (188,97,60). Sum of RGB (Red+Green+Blue) = 188+97+60=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC613C is #439EC3. Grayscale: #787878. Windows color (decimal): -4431556 or 3957180. OLE color: 3957180.

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

Color convert

RGB1889760-
CMYK00.480.680.26
HSL17.34º51.61%48.63%-
HSV(B)17.34º68.09%73.73%-
XYZ25.8319.576.69-
YUV119.9994.15176.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=54.49%
G=28.12%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188976000.480.680.2617.3451.6148.63
HexBC613C030441A113431
Octal2741417406010432216461
Binary101111001100001111100011000010001001101010001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC613C; }

 p { color: rgb(188,97,60); }

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

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

 a { background-color: rgb(188,97,60); }

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

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

 span { border-color: rgb(188,97,60); }

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