#BE6337

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

Shades of Smoke Tree #BE6337

Tints of Smoke Tree #BE6337

Color information

#BE6337 (or 0xBE6337) is unknown color: approx Smoke Tree. HEX triplet: BE, 63 and 37. RGB value is (190,99,55). Sum of RGB (Red+Green+Blue) = 190+99+55=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6337 is #419CC8. Grayscale: #797979. Windows color (decimal): -4299977 or 3630014. OLE color: 3630014.

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

Color convert

RGB1909955-
CMYK00.480.710.25
HSL19.56º55.1%48.04%-
HSV(B)19.56º71.05%74.51%-
XYZ26.3920.156.11-
YUV121.1990.65177.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 55 (21.88% from 255) = 15.99%
R=55.23%
G=28.78%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190995500.480.710.2519.5655.148.04
HexBE63370304719143730
Octal2761436706010731246760
Binary101111101100011110111011000010001111100110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6337; }

 p { color: rgb(190,99,55); }

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

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

 a { background-color: rgb(190,99,55); }

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

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

 span { border-color: rgb(190,99,55); }

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