Html Css Color HEX #BE6A08 Tenne (Tawny)

📋 copy color: '#BE6A08'

red 190 ◦ green 106 ◦ blue 8

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

Shades of Tenne (Tawny) #BE6A08

Tints of Tenne (Tawny) #BE6A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.63%

R = 62.5%
G = 34.87%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE6A08 (or 0xBE6A08) is known color: Tenne (Tawny). HEX triplet: BE, 6A and 08. RGB value is (190,106,8). Sum of RGB (Red+Green+Blue) = 190+106+8=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6A08 is #4195F7. Grayscale: #787878. Windows color (decimal): -4298232 or 551614. OLE color: 551614.

HSL color Cylindrical-coordinate representation of color #BE6A08: hue angle of 32.31º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE6A08 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 106 8 -
CMYK 0 0.44 0.96 0.25
HSL 32.31º 0.92% 0.39% -
HSV(B) 32.31º 0.96% 0.75% -
XYZ 26.43 21.27 2.94 -
YUV 119.94 64.83 177.97 -
System Red Green Blue C M Y K H S L
Decimal 190 106 8 0 0.44 0.96 0.25 32.31 0.92 0.39
Hex BE 6A 8 0 2C 60 19 20 5C 27
Octal 276 152 10 0 54 140 31 40 134 47
Binary 10111110 1101010 1000 0 101100 1100000 11001 100000 1011100 100111

Color Harmonies of #BE6A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A08

Black with #BE6A08

Text Example


Text Example

White with #BE6A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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