#BC6236

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

Shades of Smoke Tree #BC6236

Tints of Smoke Tree #BC6236

Color information

#BC6236 (or 0xBC6236) is unknown color: approx Smoke Tree. HEX triplet: BC, 62 and 36. RGB value is (188,98,54). Sum of RGB (Red+Green+Blue) = 188+98+54=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6236 is #439DC9. Grayscale: #787878. Windows color (decimal): -4431306 or 3564220. OLE color: 3564220.

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

Color convert

RGB1889854-
CMYK00.480.710.26
HSL19.7º55.37%47.45%-
HSV(B)19.7º71.28%73.73%-
XYZ25.7719.695.93-
YUV119.8990.82176.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.29%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 54 (21.48% from 255) = 15.88%
R=55.29%
G=28.82%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188985400.480.710.2619.755.3747.45
HexBC6236030471A14372f
Octal2741426606010732246757
Binary101111001100010110110011000010001111101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6236; }

 p { color: rgb(188,98,54); }

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

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

 a { background-color: rgb(188,98,54); }

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

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

 span { border-color: rgb(188,98,54); }

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