#BC5C33

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

Shades of Smoke Tree #BC5C33

Tints of Smoke Tree #BC5C33

Color information

#BC5C33 (or 0xBC5C33) is unknown color: approx Smoke Tree. HEX triplet: BC, 5C and 33. RGB value is (188,92,51). Sum of RGB (Red+Green+Blue) = 188+92+51=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C33 is #43A3CC. Grayscale: #747474. Windows color (decimal): -4432845 or 3366076. OLE color: 3366076.

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

Color convert

RGB1889251-
CMYK00.510.730.26
HSL17.96º57.32%46.86%-
HSV(B)17.96º72.87%73.73%-
XYZ25.1618.585.39-
YUV116.0391.3179.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 92 (36.33% from 255) = 27.79%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=56.80%
G=27.79%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188925100.510.730.2617.9657.3246.86
HexBC5C33033491A12392f
Octal2741346306311132227157
Binary101111001011100110011011001110010011101010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C33; }

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

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

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

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

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

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

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

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