#BE5A35

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

Shades of Smoke Tree #BE5A35

Tints of Smoke Tree #BE5A35

Color information

#BE5A35 (or 0xBE5A35) is unknown color: approx Smoke Tree. HEX triplet: BE, 5A and 35. RGB value is (190,90,53). Sum of RGB (Red+Green+Blue) = 190+90+53=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A35 is #41A5CA. Grayscale: #737373. Windows color (decimal): -4302283 or 3496638. OLE color: 3496638.

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

Color convert

RGB1909053-
CMYK00.530.720.25
HSL16.2º56.38%47.65%-
HSV(B)16.2º72.11%74.51%-
XYZ25.5318.525.6-
YUV115.6892.63181.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=57.06%
G=27.03%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190905300.530.720.2516.256.3847.65
HexBE5A350354819103830
Octal2761326506511031207060
Binary101111101011010110101011010110010001100110000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A35; }

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

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

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

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

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

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

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

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