Html Css Color HEX #BE650D Tenne (Tawny)

📋 copy color: '#BE650D'

red 190 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #BE650D

Tints of Tenne (Tawny) #BE650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 13 (5.47% from 255) = 4.28%

R = 62.5%
G = 33.22%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE650D (or 0xBE650D) is known color: Tenne (Tawny). HEX triplet: BE, 65 and 0D. RGB value is (190,101,13). Sum of RGB (Red+Green+Blue) = 190+101+13=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 13 (5.47% from 255 or 4.28% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE650D is #419AF2. Grayscale: #767676. Windows color (decimal): -4299507 or 878014. OLE color: 878014.

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

Color convert

RGB 190 101 13 -
CMYK 0 0.47 0.93 0.25
HSL 29.83º 0.87% 0.4% -
HSV(B) 29.83º 0.93% 0.75% -
XYZ 25.96 20.28 2.93 -
YUV 117.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 190 101 13 0 0.47 0.93 0.25 29.83 0.87 0.4
Hex BE 65 D 0 2F 5D 19 1E 57 28
Octal 276 145 15 0 57 135 31 36 127 50
Binary 10111110 1100101 1101 0 101111 1011101 11001 11110 1010111 101000

Color Harmonies of #BE650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE650D

Black with #BE650D

Text Example


Text Example

White with #BE650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE650D; }

 p { color: rgb(190,101,13); }

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

background-color css

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

 a { background-color: rgb(190,101,13); }

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

border-color css

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

 span { border-color: rgb(190,101,13); }

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