Html Css Color HEX #BE5A2E Smoke Tree

📋 copy color: '#BE5A2E'

red 190 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #BE5A2E

Tints of Smoke Tree #BE5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 58.28%
G = 27.61%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE5A2E (or 0xBE5A2E) is known color: Smoke Tree. HEX triplet: BE, 5A and 2E. RGB value is (190,90,46). Sum of RGB (Red+Green+Blue) = 190+90+46=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5A2E is #41A5D1. Grayscale: #737373. Windows color (decimal): -4302290 or 3037886. OLE color: 3037886.

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

Color convert

RGB 190 90 46 -
CMYK 0 0.53 0.76 0.25
HSL 18.33º 0.61% 0.46% -
HSV(B) 18.33º 0.76% 0.75% -
XYZ 25.38 18.46 4.81 -
YUV 114.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 190 90 46 0 0.53 0.76 0.25 18.33 0.61 0.46
Hex BE 5A 2E 0 35 4C 19 12 3D 2E
Octal 276 132 56 0 65 114 31 22 75 56
Binary 10111110 1011010 101110 0 110101 1001100 11001 10010 111101 101110

Color Harmonies of #BE5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A2E

Black with #BE5A2E

Text Example


Text Example

White with #BE5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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