#BE613F

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

Shades of Smoke Tree #BE613F

Tints of Smoke Tree #BE613F

Color information

#BE613F (or 0xBE613F) is unknown color: approx Smoke Tree. HEX triplet: BE, 61 and 3F. RGB value is (190,97,63). Sum of RGB (Red+Green+Blue) = 190+97+63=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613F is #419EC0. Grayscale: #797979. Windows color (decimal): -4300481 or 4153790. OLE color: 4153790.

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

Color convert

RGB1909763-
CMYK00.490.670.25
HSL16.06º50.2%49.61%-
HSV(B)16.06º66.84%74.51%-
XYZ26.4119.867.14-
YUV120.9395.31177.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 63 (25% from 255) = 18%
R=54.29%
G=27.71%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190976300.490.670.2516.0650.249.61
HexBE613F0314319103232
Octal2761417706110331206262
Binary101111101100001111111011000110000111100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE613F; }

 p { color: rgb(190,97,63); }

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

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

 a { background-color: rgb(190,97,63); }

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

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

 span { border-color: rgb(190,97,63); }

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