#BC5209

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

Shades of Tenne (Tawny) #BC5209

Tints of Tenne (Tawny) #BC5209

Color information

#BC5209 (or 0xBC5209) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 52 and 09. RGB value is (188,82,9). Sum of RGB (Red+Green+Blue) = 188+82+9=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5209 is #43ADF6. Grayscale: #696969. Windows color (decimal): -4435447 or 611004. OLE color: 611004.

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

Color convert

RGB188829-
CMYK00.560.950.26
HSL24.47º90.86%38.63%-
HSV(B)24.47º95.21%73.73%-
XYZ23.8116.752.24-
YUV105.3773.62186.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 9 (3.91% from 255) = 3.23%
R=67.38%
G=29.39%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18882900.560.950.2624.4790.8638.63
HexBC5290385F1A185b27
Octal27412211070137323013347
Binary10111100101001010010111000101111111010110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5209; }

 p { color: rgb(188,82,9); }

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

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

 a { background-color: rgb(188,82,9); }

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

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

 span { border-color: rgb(188,82,9); }

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