#BC5E35

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

Shades of Smoke Tree #BC5E35

Tints of Smoke Tree #BC5E35

Color information

#BC5E35 (or 0xBC5E35) is unknown color: approx Smoke Tree. HEX triplet: BC, 5E and 35. RGB value is (188,94,53). Sum of RGB (Red+Green+Blue) = 188+94+53=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5E35 is #43A1CA. Grayscale: #757575. Windows color (decimal): -4432331 or 3497660. OLE color: 3497660.

HSL color Cylindrical-coordinate representation of color #BC5E35: hue angle of 18.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC5E35 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1889453-
CMYK00.500.720.26
HSL18.22º56.02%47.25%-
HSV(B)18.22º71.81%73.73%-
XYZ25.3818.955.69-
YUV117.4391.64178.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=56.12%
G=28.06%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188945300.500.720.2618.2256.0247.25
HexBC5E35032481A12382f
Octal2741366506211032227057
Binary101111001011110110101011001010010001101010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E35; }

 p { color: rgb(188,94,53); }

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

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

 a { background-color: rgb(188,94,53); }

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

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

 span { border-color: rgb(188,94,53); }

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