#BC5B35

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

Shades of Smoke Tree #BC5B35

Tints of Smoke Tree #BC5B35

Color information

#BC5B35 (or 0xBC5B35) is unknown color: approx Smoke Tree. HEX triplet: BC, 5B and 35. RGB value is (188,91,53). Sum of RGB (Red+Green+Blue) = 188+91+53=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5B35 is #43A4CA. Grayscale: #737373. Windows color (decimal): -4433099 or 3496892. OLE color: 3496892.

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

Color convert

RGB1889153-
CMYK00.520.720.26
HSL16.89º56.02%47.25%-
HSV(B)16.89º71.81%73.73%-
XYZ25.1218.435.6-
YUV115.6792.64179.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=56.63%
G=27.41%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188915300.520.720.2616.8956.0247.25
HexBC5B35034481A11382f
Octal2741336506411032217057
Binary101111001011011110101011010010010001101010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5B35; }

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

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

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

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

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

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

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

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