#BC5406

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

Shades of Tenne (Tawny) #BC5406

Tints of Tenne (Tawny) #BC5406

Color information

#BC5406 (or 0xBC5406) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 54 and 06. RGB value is (188,84,6). Sum of RGB (Red+Green+Blue) = 188+84+6=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5406 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5406 is #43ABF9. Grayscale: #6A6A6A. Windows color (decimal): -4434938 or 414908. OLE color: 414908.

HSL color Cylindrical-coordinate representation of color #BC5406: hue angle of 25.71º degrees, saturation: 0.94, 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 #BC5406 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB188846-
CMYK00.550.970.26
HSL25.71º93.81%38.04%-
HSV(B)25.71º96.81%73.73%-
XYZ23.9417.052.2-
YUV106.271.46186.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.63%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 6 (2.73% from 255) = 2.16%
R=67.63%
G=30.22%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18884600.550.970.2625.7193.8138.04
HexBC546037611A1a5e26
Octal2741246067141323213646
Binary1011110010101001100110111110000111010110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5406; }

 p { color: rgb(188,84,6); }

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

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

 a { background-color: rgb(188,84,6); }

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

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

 span { border-color: rgb(188,84,6); }

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