#BE5C3C

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

Shades of Smoke Tree #BE5C3C

Tints of Smoke Tree #BE5C3C

Color information

#BE5C3C (or 0xBE5C3C) is unknown color: approx Smoke Tree. HEX triplet: BE, 5C and 3C. RGB value is (190,92,60). Sum of RGB (Red+Green+Blue) = 190+92+60=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C3C is #41A3C3. Grayscale: #757575. Windows color (decimal): -4301764 or 3955902. OLE color: 3955902.

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

Color convert

RGB1909260-
CMYK00.520.680.25
HSL14.77º52%49.02%-
HSV(B)14.77º68.42%74.51%-
XYZ25.8818.936.56-
YUV117.6595.47179.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=55.56%
G=26.90%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190926000.520.680.2514.775249.02
HexBE5C3C0344419f3431
Octal2761347406410431176461
Binary10111110101110011110001101001000100110011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C3C; }

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

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

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

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

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

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

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

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