#BC5103

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

Shades of Tenne (Tawny) #BC5103

Tints of Tenne (Tawny) #BC5103

Color information

#BC5103 (or 0xBC5103) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 51 and 03. RGB value is (188,81,3). Sum of RGB (Red+Green+Blue) = 188+81+3=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5103 is #43AEFC. Grayscale: #686868. Windows color (decimal): -4435709 or 217532. OLE color: 217532.

HSL color Cylindrical-coordinate representation of color #BC5103: hue angle of 25.3º 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 #BC5103 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB188813-
CMYK00.570.980.26
HSL25.3º96.86%37.45%-
HSV(B)25.3º98.4%73.73%-
XYZ23.716.582.04-
YUV104.170.95187.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.12%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 3 (1.56% from 255) = 1.10%
R=69.12%
G=29.78%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18881300.570.980.2625.396.8637.45
HexBC513039621A196125
Octal2741213071142323114145
Binary101111001010001110111001110001011010110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5103; }

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

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

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

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

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

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

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

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