Html Css Color HEX #BE613A Smoke Tree

📋 copy color: '#BE613A'

red 190 ◦ green 97 ◦ blue 58

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

Shades of Smoke Tree #BE613A

Tints of Smoke Tree #BE613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 55.07%
G = 28.12%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE613A (or 0xBE613A) is known color: Smoke Tree. HEX triplet: BE, 61 and 3A. RGB value is (190,97,58). Sum of RGB (Red+Green+Blue) = 190+97+58=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE613A is #419EC5. Grayscale: #787878. Windows color (decimal): -4300486 or 3826110. OLE color: 3826110.

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

Color convert

RGB 190 97 58 -
CMYK 0 0.49 0.69 0.25
HSL 17.73º 0.53% 0.49% -
HSV(B) 17.73º 0.69% 0.75% -
XYZ 26.27 19.8 6.44 -
YUV 120.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 190 97 58 0 0.49 0.69 0.25 17.73 0.53 0.49
Hex BE 61 3A 0 31 45 19 12 35 31
Octal 276 141 72 0 61 105 31 22 65 61
Binary 10111110 1100001 111010 0 110001 1000101 11001 10010 110101 110001

Color Harmonies of #BE613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE613A

Black with #BE613A

Text Example


Text Example

White with #BE613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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