#BC5E13

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

Shades of Tenne (Tawny) #BC5E13

Tints of Tenne (Tawny) #BC5E13

Color information

#BC5E13 (or 0xBC5E13) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5E and 13. RGB value is (188,94,19). Sum of RGB (Red+Green+Blue) = 188+94+19=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E13 is #43A1EC. Grayscale: #717171. Windows color (decimal): -4432365 or 1269436. OLE color: 1269436.

HSL color Cylindrical-coordinate representation of color #BC5E13: hue angle of 26.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5E13 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1889419-
CMYK00.500.900.26
HSL26.63º81.64%40.59%-
HSV(B)26.63º89.89%73.73%-
XYZ24.8618.742.92-
YUV113.5674.64181.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 19 (7.81% from 255) = 6.31%
R=62.46%
G=31.23%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188941900.500.900.2626.6381.6440.59
HexBC5E130325A1A1b5229
Octal27413623062132323312251
Binary101111001011110100110110010101101011010110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E13; }

 p { color: rgb(188,94,19); }

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

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

 a { background-color: rgb(188,94,19); }

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

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

 span { border-color: rgb(188,94,19); }

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