Html Css Color HEX #BE640B Tenne (Tawny)

📋 copy color: '#BE640B'

red 190 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #BE640B

Tints of Tenne (Tawny) #BE640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 63.12%
G = 33.22%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE640B (or 0xBE640B) is known color: Tenne (Tawny). HEX triplet: BE, 64 and 0B. RGB value is (190,100,11). Sum of RGB (Red+Green+Blue) = 190+100+11=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE640B is #419BF4. Grayscale: #757575. Windows color (decimal): -4299765 or 746686. OLE color: 746686.

HSL color Cylindrical-coordinate representation of color #BE640B: hue angle of 29.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE640B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 11 -
CMYK 0 0.47 0.94 0.25
HSL 29.83º 0.89% 0.39% -
HSV(B) 29.83º 0.94% 0.75% -
XYZ 25.85 20.09 2.83 -
YUV 116.76 68.32 180.24 -
System Red Green Blue C M Y K H S L
Decimal 190 100 11 0 0.47 0.94 0.25 29.83 0.89 0.39
Hex BE 64 B 0 2F 5E 19 1E 59 27
Octal 276 144 13 0 57 136 31 36 131 47
Binary 10111110 1100100 1011 0 101111 1011110 11001 11110 1011001 100111

Color Harmonies of #BE640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE640B

Black with #BE640B

Text Example


Text Example

White with #BE640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE640B; }

 p { color: rgb(190,100,11); }

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

background-color css

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

 a { background-color: rgb(190,100,11); }

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

border-color css

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

 span { border-color: rgb(190,100,11); }

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