#BC5600

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

Shades of Tenne (Tawny) #BC5600

Tints of Tenne (Tawny) #BC5600

Color information

#BC5600 (or 0xBC5600) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 56 and 00. RGB value is (188,86,0). Sum of RGB (Red+Green+Blue) = 188+86+0=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5600 is #43A9FF. Grayscale: #6B6B6B. Windows color (decimal): -4434432 or 22204. OLE color: 22204.

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

Color convert

RGB188860-
CMYK00.5410.26
HSL27.45º100%36.86%-
HSV(B)27.45º100%73.73%-
XYZ24.0717.352.08-
YUV106.6967.79185.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.61%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.61%
G=31.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18886000.5410.2627.4510036.86
HexBC560036641A1b6425
Octal2741260066144323314445
Binary10111100101011000110110110010011010110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5600; }

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

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

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

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

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

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

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

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