#BE5C2C

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

Shades of Smoke Tree #BE5C2C

Tints of Smoke Tree #BE5C2C

Color information

#BE5C2C (or 0xBE5C2C) is unknown color: approx Smoke Tree. HEX triplet: BE, 5C and 2C. RGB value is (190,92,44). Sum of RGB (Red+Green+Blue) = 190+92+44=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2C is #41A3D3. Grayscale: #747474. Windows color (decimal): -4301780 or 2907326. OLE color: 2907326.

HSL color Cylindrical-coordinate representation of color #BE5C2C: hue angle of 19.73º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE5C2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1909244-
CMYK00.520.770.25
HSL19.73º62.39%45.88%-
HSV(B)19.73º76.84%74.51%-
XYZ25.5218.784.66-
YUV115.8387.47180.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=58.28%
G=28.22%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190924400.520.770.2519.7362.3945.88
HexBE5C2C0344D19143e2e
Octal2761345406411531247656
Binary101111101011100101100011010010011011100110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C2C; }

 p { color: rgb(190,92,44); }

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

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

 a { background-color: rgb(190,92,44); }

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

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

 span { border-color: rgb(190,92,44); }

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