#BE6C03

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

Shades of Tenne (Tawny) #BE6C03

Tints of Tenne (Tawny) #BE6C03

Color information

#BE6C03 (or 0xBE6C03) is unknown color: approx Tenne (Tawny). HEX triplet: BE, 6C and 03. RGB value is (190,108,3). Sum of RGB (Red+Green+Blue) = 190+108+3=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C03 is #4193FC. Grayscale: #797979. Windows color (decimal): -4297725 or 224446. OLE color: 224446.

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

Color convert

RGB1901083-
CMYK00.430.980.25
HSL33.69º96.89%37.84%-
HSV(B)33.69º98.42%74.51%-
XYZ26.6121.682.87-
YUV120.5561.67177.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.12%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 3 (1.56% from 255) = 1.00%
R=63.12%
G=35.88%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190108300.430.980.2533.6996.8937.84
HexBE6C302B6219226126
Octal2761543053142314214146
Binary1011111011011001101010111100010110011000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C03; }

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

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

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

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

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

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

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

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