Html Css Color HEX #BE680D Tenne (Tawny)

📋 copy color: '#BE680D'

red 190 ◦ green 104 ◦ blue 13

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

Shades of Tenne (Tawny) #BE680D

Tints of Tenne (Tawny) #BE680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

 BLUE value IS 13 (5.47% from 255) = 4.23%

R = 61.89%
G = 33.88%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE680D (or 0xBE680D) is known color: Tenne (Tawny). HEX triplet: BE, 68 and 0D. RGB value is (190,104,13). Sum of RGB (Red+Green+Blue) = 190+104+13=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE680D is #4197F2. Grayscale: #777777. Windows color (decimal): -4298739 or 878782. OLE color: 878782.

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

Color convert

RGB 190 104 13 -
CMYK 0 0.45 0.93 0.25
HSL 30.85º 0.87% 0.4% -
HSV(B) 30.85º 0.93% 0.75% -
XYZ 26.26 20.88 3.03 -
YUV 119.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 190 104 13 0 0.45 0.93 0.25 30.85 0.87 0.4
Hex BE 68 D 0 2D 5D 19 1F 57 28
Octal 276 150 15 0 55 135 31 37 127 50
Binary 10111110 1101000 1101 0 101101 1011101 11001 11111 1010111 101000

Color Harmonies of #BE680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE680D

Black with #BE680D

Text Example


Text Example

White with #BE680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE680D; }

 p { color: rgb(190,104,13); }

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

background-color css

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

 a { background-color: rgb(190,104,13); }

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

border-color css

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

 span { border-color: rgb(190,104,13); }

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