#BC6535

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

Shades of Smoke Tree #BC6535

Tints of Smoke Tree #BC6535

Color information

#BC6535 (or 0xBC6535) is unknown color: approx Smoke Tree. HEX triplet: BC, 65 and 35. RGB value is (188,101,53). Sum of RGB (Red+Green+Blue) = 188+101+53=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6535 is #439ACA. Grayscale: #797979. Windows color (decimal): -4430539 or 3499452. OLE color: 3499452.

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

Color convert

RGB18810153-
CMYK00.460.720.26
HSL21.33º56.02%47.25%-
HSV(B)21.33º71.81%73.73%-
XYZ26.0420.265.91-
YUV121.5489.32175.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 53 (21.09% from 255) = 15.50%
R=54.97%
G=29.53%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881015300.460.720.2621.3356.0247.25
HexBC653502E481A15382f
Octal2741456505611032257057
Binary101111001100101110101010111010010001101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6535; }

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

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

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

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

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

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

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

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