#BE6536

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

Shades of Smoke Tree #BE6536

Tints of Smoke Tree #BE6536

Color information

#BE6536 (or 0xBE6536) is unknown color: approx Smoke Tree. HEX triplet: BE, 65 and 36. RGB value is (190,101,54). Sum of RGB (Red+Green+Blue) = 190+101+54=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6536 is #419AC9. Grayscale: #7A7A7A. Windows color (decimal): -4299466 or 3564990. OLE color: 3564990.

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

Color convert

RGB19010154-
CMYK00.470.720.25
HSL20.74º55.74%47.84%-
HSV(B)20.74º71.58%74.51%-
XYZ26.5520.526.05-
YUV122.2589.49176.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 54 (21.48% from 255) = 15.65%
R=55.07%
G=29.28%
B=15.65%

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
Decimal1901015400.470.720.2520.7455.7447.84
HexBE653602F4819153830
Octal2761456605711031257060
Binary101111101100101110110010111110010001100110101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6536; }

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

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

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

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

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

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

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

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