#BC5C3B

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

Shades of Smoke Tree #BC5C3B

Tints of Smoke Tree #BC5C3B

Color information

#BC5C3B (or 0xBC5C3B) is unknown color: approx Smoke Tree. HEX triplet: BC, 5C and 3B. RGB value is (188,92,59). Sum of RGB (Red+Green+Blue) = 188+92+59=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C3B is #43A3C4. Grayscale: #757575. Windows color (decimal): -4432837 or 3890364. OLE color: 3890364.

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

Color convert

RGB1889259-
CMYK00.510.690.26
HSL15.35º52.23%48.43%-
HSV(B)15.35º68.62%73.73%-
XYZ25.3618.666.4-
YUV116.9495.3178.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=55.46%
G=27.14%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188925900.510.690.2615.3552.2348.43
HexBC5C3B033451Af3430
Octal2741347306310532176460
Binary10111100101110011101101100111000101110101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C3B; }

 p { color: rgb(188,92,59); }

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

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

 a { background-color: rgb(188,92,59); }

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

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

 span { border-color: rgb(188,92,59); }

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