#bc560f

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

Shades of Tenne (Tawny) #BC560F

Tints of Tenne (Tawny) #BC560F

Color information

#BC560F (or 0xBC560F) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 56 and 0F. RGB value is (188,86,15). Sum of RGB (Red+Green+Blue) = 188+86+15=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC560F is #43A9F0. Grayscale: #6C6C6C. Windows color (decimal): -4434417 or 1005244. OLE color: 1005244.

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

Color convert

RGB1888615-
CMYK00.540.920.26
HSL24.62º85.22%39.8%-
HSV(B)24.62º92.02%73.73%-
XYZ24.1517.382.53-
YUV108.475.29184.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=65.05%
G=29.76%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188861500.540.920.2624.6285.2239.8
HexBC56F0365C1A195528
Octal27412617066134323112550
Binary10111100101011011110110110101110011010110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc560f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc560f; }

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

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

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

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

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

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

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

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