Html Css Color HEX #BE5E31 Smoke Tree

📋 copy color: '#BE5E31'

red 190 ◦ green 94 ◦ blue 49

#BE5E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smoke Tree #BE5E31

Tints of Smoke Tree #BE5E31

RGB

 RED value IS 190 (74.61% from 255) = 57.06%

 GREEN value IS 94 (37.11% from 255) = 28.23%

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 57.06%
G = 28.23%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE5E31 (or 0xBE5E31) is known color: Smoke Tree. HEX triplet: BE, 5E and 31. RGB value is (190,94,49). Sum of RGB (Red+Green+Blue) = 190+94+49=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5E31 is #41A1CE. Grayscale: #757575. Windows color (decimal): -4301263 or 3235518. OLE color: 3235518.

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

Color convert

RGB 190 94 49 -
CMYK 0 0.51 0.74 0.25
HSL 19.15º 0.59% 0.47% -
HSV(B) 19.15º 0.74% 0.75% -
XYZ 25.79 19.17 5.25 -
YUV 117.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 190 94 49 0 0.51 0.74 0.25 19.15 0.59 0.47
Hex BE 5E 31 0 33 4A 19 13 3B 2F
Octal 276 136 61 0 63 112 31 23 73 57
Binary 10111110 1011110 110001 0 110011 1001010 11001 10011 111011 101111

Color Harmonies of #BE5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E31

Black with #BE5E31

Text Example


Text Example

White with #BE5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E31; }

 p { color: rgb(190,94,49); }

 H1.HeaderClassName
 {
   color: #BE5E31;
 }
 .AnyTagClassName
 {
   color: #BE5E31;
 }
</style>

background-color css

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

 a { background-color: rgb(190,94,49); }

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

border-color css

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

 span { border-color: rgb(190,94,49); }

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