Html Css Color HEX #BE6D00 Tenne (Tawny)

📋 copy color: '#BE6D00'

red 190 ◦ green 109 ◦ blue 0

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

Shades of Tenne (Tawny) #BE6D00

Tints of Tenne (Tawny) #BE6D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.55%
G = 36.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE6D00 (or 0xBE6D00) is known color: Tenne (Tawny). HEX triplet: BE, 6D and 00. RGB value is (190,109,0). Sum of RGB (Red+Green+Blue) = 190+109+0=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6D00 is #4192FF. Grayscale: #797979. Windows color (decimal): -4297472 or 28094. OLE color: 28094.

HSL color Cylindrical-coordinate representation of color #BE6D00: hue angle of 34.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE6D00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 109 0 -
CMYK 0 0.43 1 0.25
HSL 34.42º 1% 0.37% -
HSV(B) 34.42º 1% 0.75% -
XYZ 26.7 21.88 2.82 -
YUV 120.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 190 109 0 0 0.43 1 0.25 34.42 1 0.37
Hex BE 6D 0 0 2B 64 19 22 64 25
Octal 276 155 0 0 53 144 31 42 144 45
Binary 10111110 1101101 0 0 101011 1100100 11001 100010 1100100 100101

Color Harmonies of #BE6D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D00

Black with #BE6D00

Text Example


Text Example

White with #BE6D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D00; }

 p { color: rgb(190,109,0); }

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

background-color css

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

 a { background-color: rgb(190,109,0); }

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

border-color css

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

 span { border-color: rgb(190,109,0); }

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