Html Css Color HEX #BE613F Smoke Tree

📋 copy color: '#BE613F'

red 190 ◦ green 97 ◦ blue 63

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

Shades of Smoke Tree #BE613F

Tints of Smoke Tree #BE613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 63 (25% from 255) = 18%

R = 54.29%
G = 27.71%
B = 18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE613F (or 0xBE613F) is known color: Smoke Tree. HEX triplet: BE, 61 and 3F. RGB value is (190,97,63). Sum of RGB (Red+Green+Blue) = 190+97+63=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613F is #419EC0. Grayscale: #797979. Windows color (decimal): -4300481 or 4153790. OLE color: 4153790.

HSL color Cylindrical-coordinate representation of color #BE613F: hue angle of 16.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE613F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 97 63 -
CMYK 0 0.49 0.67 0.25
HSL 16.06º 0.5% 0.5% -
HSV(B) 16.06º 0.67% 0.75% -
XYZ 26.41 19.86 7.14 -
YUV 120.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 190 97 63 0 0.49 0.67 0.25 16.06 0.5 0.5
Hex BE 61 3F 0 31 43 19 10 32 32
Octal 276 141 77 0 61 103 31 20 62 62
Binary 10111110 1100001 111111 0 110001 1000011 11001 10000 110010 110010

Color Harmonies of #BE613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE613F

Black with #BE613F

Text Example


Text Example

White with #BE613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE613F; }

 p { color: rgb(190,97,63); }

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

background-color css

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

 a { background-color: rgb(190,97,63); }

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

border-color css

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

 span { border-color: rgb(190,97,63); }

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