#bc5c3a

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

Shades of Smoke Tree #BC5C3A

Tints of Smoke Tree #BC5C3A

Color information

#BC5C3A (or 0xBC5C3A) is unknown color: approx Smoke Tree. HEX triplet: BC, 5C and 3A. RGB value is (188,92,58). Sum of RGB (Red+Green+Blue) = 188+92+58=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C3A is #43A3C5. Grayscale: #757575. Windows color (decimal): -4432838 or 3824828. OLE color: 3824828.

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

Color convert

RGB1889258-
CMYK00.510.690.26
HSL15.69º52.85%48.24%-
HSV(B)15.69º69.15%73.73%-
XYZ25.3318.656.27-
YUV116.8394.8178.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=55.62%
G=27.22%
B=17.16%

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
Decimal188925800.510.690.2615.6952.8548.24
HexBC5C3A033451A103530
Octal2741347206310532206560
Binary101111001011100111010011001110001011101010000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5c3a; }

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

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

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

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

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

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

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

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