#BE6435

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

Shades of Smoke Tree #BE6435

Tints of Smoke Tree #BE6435

Color information

#BE6435 (or 0xBE6435) is unknown color: approx Smoke Tree. HEX triplet: BE, 64 and 35. RGB value is (190,100,53). Sum of RGB (Red+Green+Blue) = 190+100+53=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6435 is #419BCA. Grayscale: #797979. Windows color (decimal): -4299723 or 3499198. OLE color: 3499198.

HSL color Cylindrical-coordinate representation of color #BE6435: hue angle of 20.58º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE6435 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB19010053-
CMYK00.470.720.25
HSL20.58º56.38%47.65%-
HSV(B)20.58º72.11%74.51%-
XYZ26.4320.325.9-
YUV121.5589.32176.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=55.39%
G=29.15%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901005300.470.720.2520.5856.3847.65
HexBE643502F4819153830
Octal2761446505711031257060
Binary101111101100100110101010111110010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6435; }

 p { color: rgb(190,100,53); }

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

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

 a { background-color: rgb(190,100,53); }

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

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

 span { border-color: rgb(190,100,53); }

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