#BE6A08

Color #BE6A08 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BE6A08

Tints of Tenne (Tawny) #BE6A08

Color information

#BE6A08 (or 0xBE6A08) is unknown color: approx 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

RGB1901068-
CMYK00.440.960.25
HSL32.31º91.92%38.82%-
HSV(B)32.31º95.79%74.51%-
XYZ26.4321.272.94-
YUV119.9464.83177.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.5%
GREEN value IS 106 (41.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190106800.440.960.2532.3191.9238.82
HexBE6A802C6019205c27
Octal27615210054140314013447
Binary101111101101010100001011001100000110011000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>