#BC6500

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

Shades of Tenne (Tawny) #BC6500

Tints of Tenne (Tawny) #BC6500

Color information

#BC6500 (or 0xBC6500) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 65 and 00. RGB value is (188,101,0). Sum of RGB (Red+Green+Blue) = 188+101+0=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6500 is #439AFF. Grayscale: #737373. Windows color (decimal): -4430592 or 26044. OLE color: 26044.

HSL color Cylindrical-coordinate representation of color #BC6500: hue angle of 32.23º 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 #BC6500 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1881010-
CMYK00.4610.26
HSL32.23º100%36.86%-
HSV(B)32.23º100%73.73%-
XYZ25.39202.52-
YUV115.562.82179.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.05%
G=34.95%
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
Decimal188101000.4610.2632.2310036.86
HexBC65002E641A206425
Octal2741450056144324014445
Binary101111001100101001011101100100110101000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6500; }

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

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

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

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

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

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

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

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