#BE6539

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

Shades of Smoke Tree #BE6539

Tints of Smoke Tree #BE6539

Color information

#BE6539 (or 0xBE6539) is unknown color: approx Smoke Tree. HEX triplet: BE, 65 and 39. RGB value is (190,101,57). Sum of RGB (Red+Green+Blue) = 190+101+57=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6539 is #419AC6. Grayscale: #7A7A7A. Windows color (decimal): -4299463 or 3761598. OLE color: 3761598.

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

Color convert

RGB19010157-
CMYK00.470.70.25
HSL19.85º53.85%48.43%-
HSV(B)19.85º70%74.51%-
XYZ26.6320.556.43-
YUV122.690.99176.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 57 (22.66% from 255) = 16.38%
R=54.60%
G=29.02%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901015700.470.70.2519.8553.8548.43
HexBE653902F4619143630
Octal2761457105710631246660
Binary101111101100101111001010111110001101100110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6539; }

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

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

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

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

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

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

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

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