Html Css Color HEX #BE6906 Tenne (Tawny)

📋 copy color: '#BE6906'

red 190 ◦ green 105 ◦ blue 6

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

Shades of Tenne (Tawny) #BE6906

Tints of Tenne (Tawny) #BE6906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 6 (2.73% from 255) = 1.99%

R = 63.12%
G = 34.88%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE6906 (or 0xBE6906) is known color: Tenne (Tawny). HEX triplet: BE, 69 and 06. RGB value is (190,105,6). Sum of RGB (Red+Green+Blue) = 190+105+6=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6906 is #4196F9. Grayscale: #777777. Windows color (decimal): -4298490 or 420286. OLE color: 420286.

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

Color convert

RGB 190 105 6 -
CMYK 0 0.45 0.97 0.25
HSL 32.28º 0.94% 0.38% -
HSV(B) 32.28º 0.97% 0.75% -
XYZ 26.32 21.06 2.85 -
YUV 119.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 190 105 6 0 0.45 0.97 0.25 32.28 0.94 0.38
Hex BE 69 6 0 2D 61 19 20 5E 26
Octal 276 151 6 0 55 141 31 40 136 46
Binary 10111110 1101001 110 0 101101 1100001 11001 100000 1011110 100110

Color Harmonies of #BE6906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6906

Black with #BE6906

Text Example


Text Example

White with #BE6906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6906; }

 p { color: rgb(190,105,6); }

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

background-color css

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

 a { background-color: rgb(190,105,6); }

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

border-color css

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

 span { border-color: rgb(190,105,6); }

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