#BC6600

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

Shades of Tenne (Tawny) #BC6600

Tints of Tenne (Tawny) #BC6600

Color information

#BC6600 (or 0xBC6600) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 66 and 00. RGB value is (188,102,0). Sum of RGB (Red+Green+Blue) = 188+102+0=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6600 is #4399FF. Grayscale: #747474. Windows color (decimal): -4430336 or 26300. OLE color: 26300.

HSL color Cylindrical-coordinate representation of color #BC6600: hue angle of 32.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC6600 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1881020-
CMYK00.4610.26
HSL32.55º100%36.86%-
HSV(B)32.55º100%73.73%-
XYZ25.4920.192.55-
YUV116.0962.49179.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.83%
G=35.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188102000.4610.2632.5510036.86
HexBC66002E641A216425
Octal2741460056144324114445
Binary101111001100110001011101100100110101000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6600; }

 p { color: rgb(188,102,0); }

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

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

 a { background-color: rgb(188,102,0); }

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

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

 span { border-color: rgb(188,102,0); }

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