#BE5A37

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

Shades of Smoke Tree #BE5A37

Tints of Smoke Tree #BE5A37

Color information

#BE5A37 (or 0xBE5A37) is unknown color: approx Smoke Tree. HEX triplet: BE, 5A and 37. RGB value is (190,90,55). Sum of RGB (Red+Green+Blue) = 190+90+55=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A37 is #41A5C8. Grayscale: #747474. Windows color (decimal): -4302281 or 3627710. OLE color: 3627710.

HSL color Cylindrical-coordinate representation of color #BE5A37: hue angle of 15.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 #BE5A37 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1909055-
CMYK00.530.710.25
HSL15.56º55.1%48.04%-
HSV(B)15.56º71.05%74.51%-
XYZ25.5818.545.84-
YUV115.9193.63180.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 55 (21.88% from 255) = 16.42%
R=56.72%
G=26.87%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190905500.530.710.2515.5655.148.04
HexBE5A370354719103730
Octal2761326706510731206760
Binary101111101011010110111011010110001111100110000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A37; }

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

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

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

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

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

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

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

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