#BC5E0C

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

Shades of Tenne (Tawny) #BC5E0C

Tints of Tenne (Tawny) #BC5E0C

Color information

#BC5E0C (or 0xBC5E0C) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 5E and 0C. RGB value is (188,94,12). Sum of RGB (Red+Green+Blue) = 188+94+12=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5E0C is #43A1F3. Grayscale: #717171. Windows color (decimal): -4432372 or 810684. OLE color: 810684.

HSL color Cylindrical-coordinate representation of color #BC5E0C: hue angle of 27.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC5E0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB1889412-
CMYK00.500.940.26
HSL27.95º88%39.22%-
HSV(B)27.95º93.62%73.73%-
XYZ24.8118.722.65-
YUV112.7671.14181.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.95%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 12 (5.08% from 255) = 4.08%
R=63.95%
G=31.97%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188941200.500.940.2627.958839.22
HexBC5EC0325E1A1c5827
Octal27413614062136323413047
Binary10111100101111011000110010101111011010111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5E0C; }

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

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

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

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

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

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

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

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