Html Css Color HEX #BE6A00 Tenne (Tawny)

📋 copy color: '#BE6A00'

red 190 ◦ green 106 ◦ blue 0

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

Shades of Tenne (Tawny) #BE6A00

Tints of Tenne (Tawny) #BE6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

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

R = 64.19%
G = 35.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE6A00 (or 0xBE6A00) is known color: Tenne (Tawny). HEX triplet: BE, 6A and 00. RGB value is (190,106,0). Sum of RGB (Red+Green+Blue) = 190+106+0=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A00 is #4195FF. Grayscale: #777777. Windows color (decimal): -4298240 or 27326. OLE color: 27326.

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

Color convert

RGB 190 106 0 -
CMYK 0 0.44 1 0.25
HSL 33.47º 1% 0.37% -
HSV(B) 33.47º 1% 0.75% -
XYZ 26.39 21.26 2.71 -
YUV 119.03 60.83 178.62 -
System Red Green Blue C M Y K H S L
Decimal 190 106 0 0 0.44 1 0.25 33.47 1 0.37
Hex BE 6A 0 0 2C 64 19 21 64 25
Octal 276 152 0 0 54 144 31 41 144 45
Binary 10111110 1101010 0 0 101100 1100100 11001 100001 1100100 100101

Color Harmonies of #BE6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A00

Black with #BE6A00

Text Example


Text Example

White with #BE6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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