Html Css Color HEX #BE5C2E Smoke Tree

📋 copy color: '#BE5C2E'

red 190 ◦ green 92 ◦ blue 46

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

Shades of Smoke Tree #BE5C2E

Tints of Smoke Tree #BE5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 57.93%
G = 28.05%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE5C2E (or 0xBE5C2E) is known color: Smoke Tree. HEX triplet: BE, 5C and 2E. RGB value is (190,92,46). Sum of RGB (Red+Green+Blue) = 190+92+46=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5C2E is #41A3D1. Grayscale: #747474. Windows color (decimal): -4301778 or 3038398. OLE color: 3038398.

HSL color Cylindrical-coordinate representation of color #BE5C2E: hue angle of 19.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE5C2E is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 46 -
CMYK 0 0.52 0.76 0.25
HSL 19.17º 0.61% 0.46% -
HSV(B) 19.17º 0.76% 0.75% -
XYZ 25.56 18.8 4.87 -
YUV 116.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 190 92 46 0 0.52 0.76 0.25 19.17 0.61 0.46
Hex BE 5C 2E 0 34 4C 19 13 3D 2E
Octal 276 134 56 0 64 114 31 23 75 56
Binary 10111110 1011100 101110 0 110100 1001100 11001 10011 111101 101110

Color Harmonies of #BE5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C2E

Black with #BE5C2E

Text Example


Text Example

White with #BE5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C2E; }

 p { color: rgb(190,92,46); }

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

background-color css

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

 a { background-color: rgb(190,92,46); }

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

border-color css

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

 span { border-color: rgb(190,92,46); }

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