#BC5605

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

Shades of Tenne (Tawny) #BC5605

Tints of Tenne (Tawny) #BC5605

Color information

#BC5605 (or 0xBC5605) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 56 and 05. RGB value is (188,86,5). Sum of RGB (Red+Green+Blue) = 188+86+5=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5605 is #43A9FA. Grayscale: #6B6B6B. Windows color (decimal): -4434427 or 349884. OLE color: 349884.

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

Color convert

RGB188865-
CMYK00.540.970.26
HSL26.56º94.82%37.84%-
HSV(B)26.56º97.34%73.73%-
XYZ24.0917.362.22-
YUV107.2670.29185.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=67.38%
G=30.82%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18886500.540.970.2626.5694.8237.84
HexBC565036611A1b5f26
Octal2741265066141323313746
Binary1011110010101101010110110110000111010110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5605; }

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

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

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

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

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

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

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

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