#BC6804

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

Shades of Tenne (Tawny) #BC6804

Tints of Tenne (Tawny) #BC6804

Color information

#BC6804 (or 0xBC6804) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 68 and 04. RGB value is (188,104,4). Sum of RGB (Red+Green+Blue) = 188+104+4=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6804 is #4397FB. Grayscale: #767676. Windows color (decimal): -4429820 or 288956. OLE color: 288956.

HSL color Cylindrical-coordinate representation of color #BC6804: hue angle of 32.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC6804 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1881044-
CMYK00.450.980.26
HSL32.61º95.83%37.65%-
HSV(B)32.61º97.87%73.73%-
XYZ25.7120.62.74-
YUV117.7263.83178.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=63.51%
G=35.14%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188104400.450.980.2632.6195.8337.65
HexBC68402D621A216026
Octal2741504055142324114046
Binary10111100110100010001011011100010110101000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6804; }

 p { color: rgb(188,104,4); }

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

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

 a { background-color: rgb(188,104,4); }

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

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

 span { border-color: rgb(188,104,4); }

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