Html Css Color HEX #BE620B Tenne (Tawny)

📋 copy color: '#BE620B'

red 190 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #BE620B

Tints of Tenne (Tawny) #BE620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.78%

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

R = 63.55%
G = 32.78%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE620B (or 0xBE620B) is known color: Tenne (Tawny). HEX triplet: BE, 62 and 0B. RGB value is (190,98,11). Sum of RGB (Red+Green+Blue) = 190+98+11=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE620B is #419DF4. Grayscale: #747474. Windows color (decimal): -4300277 or 746174. OLE color: 746174.

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

Color convert

RGB 190 98 11 -
CMYK 0 0.48 0.94 0.25
HSL 29.16º 0.89% 0.39% -
HSV(B) 29.16º 0.94% 0.75% -
XYZ 25.66 19.71 2.77 -
YUV 115.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 190 98 11 0 0.48 0.94 0.25 29.16 0.89 0.39
Hex BE 62 B 0 30 5E 19 1D 59 27
Octal 276 142 13 0 60 136 31 35 131 47
Binary 10111110 1100010 1011 0 110000 1011110 11001 11101 1011001 100111

Color Harmonies of #BE620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE620B

Black with #BE620B

Text Example


Text Example

White with #BE620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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