#BE6535

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

Shades of Smoke Tree #BE6535

Tints of Smoke Tree #BE6535

Color information

#BE6535 (or 0xBE6535) is unknown color: approx Smoke Tree. HEX triplet: BE, 65 and 35. RGB value is (190,101,53). Sum of RGB (Red+Green+Blue) = 190+101+53=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6535 is #419ACA. Grayscale: #7A7A7A. Windows color (decimal): -4299467 or 3499454. OLE color: 3499454.

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

Color convert

RGB19010153-
CMYK00.470.720.25
HSL21.02º56.38%47.65%-
HSV(B)21.02º72.11%74.51%-
XYZ26.5320.515.93-
YUV122.1488.99176.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=55.23%
G=29.36%
B=15.41%

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
Decimal1901015300.470.720.2521.0256.3847.65
HexBE653502F4819153830
Octal2761456505711031257060
Binary101111101100101110101010111110010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6535; }

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

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

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

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

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

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

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

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