#BC5203

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

Shades of Tenne (Tawny) #BC5203

Tints of Tenne (Tawny) #BC5203

Color information

#BC5203 (or 0xBC5203) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 52 and 03. RGB value is (188,82,3). Sum of RGB (Red+Green+Blue) = 188+82+3=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5203 is #43ADFC. Grayscale: #696969. Windows color (decimal): -4435453 or 217788. OLE color: 217788.

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

Color convert

RGB188823-
CMYK00.560.980.26
HSL25.62º96.86%37.45%-
HSV(B)25.62º98.4%73.73%-
XYZ23.7716.732.06-
YUV104.6970.62187.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=68.86%
G=30.04%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18882300.560.980.2625.6296.8637.45
HexBC523038621A1a6125
Octal2741223070142323214145
Binary101111001010010110111000110001011010110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5203; }

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

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

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

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

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

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

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

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