#BE6B08

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

Shades of Tenne (Tawny) #BE6B08

Tints of Tenne (Tawny) #BE6B08

Color information

#BE6B08 (or 0xBE6B08) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 6B and 08. RGB value is (190,107,8). Sum of RGB (Red+Green+Blue) = 190+107+8=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B08 is #4194F7. Grayscale: #797979. Windows color (decimal): -4297976 or 551870. OLE color: 551870.

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

Color convert

RGB1901078-
CMYK00.440.960.25
HSL32.64º91.92%38.82%-
HSV(B)32.64º95.79%74.51%-
XYZ26.5421.482.98-
YUV120.5364.5177.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.30%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 8 (3.52% from 255) = 2.62%
R=62.30%
G=35.08%
B=2.62%

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
Decimal190107800.440.960.2532.6491.9238.82
HexBE6B802C6019215c27
Octal27615310054140314113447
Binary101111101101011100001011001100000110011000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B08; }

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

 H1.HeaderClassName
 {
   color: #BE6B08;
 }
 .AnyTagClassName
 {
   color: #BE6B08;
 }
</style>
background-color css

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

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

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

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

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

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