#BC6000

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

Shades of Tenne (Tawny) #BC6000

Tints of Tenne (Tawny) #BC6000

Color information

#BC6000 (or 0xBC6000) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 60 and 00. RGB value is (188,96,0). Sum of RGB (Red+Green+Blue) = 188+96+0=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6000 is #439FFF. Grayscale: #717171. Windows color (decimal): -4431872 or 24764. OLE color: 24764.

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

Color convert

RGB188960-
CMYK00.4910.26
HSL30.64º100%36.86%-
HSV(B)30.64º100%73.73%-
XYZ24.9219.062.36-
YUV112.5664.48181.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.20%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.20%
G=33.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18896000.4910.2630.6410036.86
HexBC600031641A1f6425
Octal2741400061144323714445
Binary10111100110000000110001110010011010111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6000; }

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

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

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

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

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

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

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

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