Html Css Color HEX #BE650C Tenne (Tawny)

📋 copy color: '#BE650C'

red 190 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #BE650C

Tints of Tenne (Tawny) #BE650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 62.71%
G = 33.33%
B = 3.96%

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

#BE650C (or 0xBE650C) is known color: Tenne (Tawny). HEX triplet: BE, 65 and 0C. RGB value is (190,101,12). Sum of RGB (Red+Green+Blue) = 190+101+12=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE650C is #419AF3. Grayscale: #757575. Windows color (decimal): -4299508 or 812478. OLE color: 812478.

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

Color convert

RGB 190 101 12 -
CMYK 0 0.47 0.94 0.25
HSL 30º 0.88% 0.4% -
HSV(B) 30º 0.94% 0.75% -
XYZ 25.96 20.28 2.89 -
YUV 117.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 190 101 12 0 0.47 0.94 0.25 30 0.88 0.4
Hex BE 65 C 0 2F 5E 19 1E 58 28
Octal 276 145 14 0 57 136 31 36 130 50
Binary 10111110 1100101 1100 0 101111 1011110 11001 11110 1011000 101000

Color Harmonies of #BE650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE650C

Black with #BE650C

Text Example


Text Example

White with #BE650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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