#BC5D35

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

Shades of Smoke Tree #BC5D35

Tints of Smoke Tree #BC5D35

Color information

#BC5D35 (or 0xBC5D35) is unknown color: approx Smoke Tree. HEX triplet: BC, 5D and 35. RGB value is (188,93,53). Sum of RGB (Red+Green+Blue) = 188+93+53=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5D35 is #43A2CA. Grayscale: #757575. Windows color (decimal): -4432587 or 3497404. OLE color: 3497404.

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

Color convert

RGB1889353-
CMYK00.510.720.26
HSL17.78º56.02%47.25%-
HSV(B)17.78º71.81%73.73%-
XYZ25.318.785.66-
YUV116.8491.97178.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 93 (36.72% from 255) = 27.84%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=56.29%
G=27.84%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188935300.510.720.2617.7856.0247.25
HexBC5D35033481A12382f
Octal2741356506311032227057
Binary101111001011101110101011001110010001101010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D35; }

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

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

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

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

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

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

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

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