#BC5705

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

Shades of Tenne (Tawny) #BC5705

Tints of Tenne (Tawny) #BC5705

Color information

#BC5705 (or 0xBC5705) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 57 and 05. RGB value is (188,87,5). Sum of RGB (Red+Green+Blue) = 188+87+5=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5705 is #43A8FA. Grayscale: #6C6C6C. Windows color (decimal): -4434171 or 350140. OLE color: 350140.

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

Color convert

RGB188875-
CMYK00.540.970.26
HSL26.89º94.82%37.84%-
HSV(B)26.89º97.34%73.73%-
XYZ24.1717.522.25-
YUV107.8569.96185.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.14%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 5 (2.34% from 255) = 1.79%
R=67.14%
G=31.07%
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
Decimal18887500.540.970.2626.8994.8237.84
HexBC575036611A1b5f26
Octal2741275066141323313746
Binary1011110010101111010110110110000111010110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5705; }

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

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

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

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

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

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

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

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