#BC5935

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

Shades of Smoke Tree #BC5935

Tints of Smoke Tree #BC5935

Color information

#BC5935 (or 0xBC5935) is unknown color: approx Smoke Tree. HEX triplet: BC, 59 and 35. RGB value is (188,89,53). Sum of RGB (Red+Green+Blue) = 188+89+53=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5935 is #43A6CA. Grayscale: #727272. Windows color (decimal): -4433611 or 3496380. OLE color: 3496380.

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

Color convert

RGB1888953-
CMYK00.530.720.26
HSL16º56.02%47.25%-
HSV(B)16º71.81%73.73%-
XYZ24.9518.095.55-
YUV114.593.3180.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=56.97%
G=26.97%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188895300.530.720.261656.0247.25
HexBC5935035481A10382f
Octal2741316506511032207057
Binary101111001011001110101011010110010001101010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5935; }

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

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

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

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

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

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

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

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