Html Css Color HEX #BE6C01 Tenne (Tawny)

📋 copy color: '#BE6C01'

red 190 ◦ green 108 ◦ blue 1

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

Shades of Tenne (Tawny) #BE6C01

Tints of Tenne (Tawny) #BE6C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.12%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 63.55%
G = 36.12%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE6C01 (or 0xBE6C01) is known color: Tenne (Tawny). HEX triplet: BE, 6C and 01. RGB value is (190,108,1). Sum of RGB (Red+Green+Blue) = 190+108+1=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C01 is #4193FE. Grayscale: #787878. Windows color (decimal): -4297727 or 93374. OLE color: 93374.

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

Color convert

RGB 190 108 1 -
CMYK 0 0.43 0.99 0.25
HSL 33.97º 0.99% 0.37% -
HSV(B) 33.97º 0.99% 0.75% -
XYZ 26.6 21.67 2.81 -
YUV 120.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 190 108 1 0 0.43 0.99 0.25 33.97 0.99 0.37
Hex BE 6C 1 0 2B 63 19 22 63 25
Octal 276 154 1 0 53 143 31 42 143 45
Binary 10111110 1101100 1 0 101011 1100011 11001 100010 1100011 100101

Color Harmonies of #BE6C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C01

Black with #BE6C01

Text Example


Text Example

White with #BE6C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C01; }

 p { color: rgb(190,108,1); }

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

background-color css

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

 a { background-color: rgb(190,108,1); }

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

border-color css

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

 span { border-color: rgb(190,108,1); }

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