Html Css Color HEX #BE613D Smoke Tree

📋 copy color: '#BE613D'

red 190 ◦ green 97 ◦ blue 61

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

Shades of Smoke Tree #BE613D

Tints of Smoke Tree #BE613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.53%

R = 54.6%
G = 27.87%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE613D (or 0xBE613D) is known color: Smoke Tree. HEX triplet: BE, 61 and 3D. RGB value is (190,97,61). Sum of RGB (Red+Green+Blue) = 190+97+61=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613D is #419EC2. Grayscale: #787878. Windows color (decimal): -4300483 or 4022718. OLE color: 4022718.

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

Color convert

RGB 190 97 61 -
CMYK 0 0.49 0.68 0.25
HSL 16.74º 0.51% 0.49% -
HSV(B) 16.74º 0.68% 0.75% -
XYZ 26.35 19.83 6.85 -
YUV 120.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 190 97 61 0 0.49 0.68 0.25 16.74 0.51 0.49
Hex BE 61 3D 0 31 44 19 11 33 31
Octal 276 141 75 0 61 104 31 21 63 61
Binary 10111110 1100001 111101 0 110001 1000100 11001 10001 110011 110001

Color Harmonies of #BE613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE613D

Black with #BE613D

Text Example


Text Example

White with #BE613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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