#BC5003

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

Shades of Tenne (Tawny) #BC5003

Tints of Tenne (Tawny) #BC5003

Color information

#BC5003 (or 0xBC5003) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 50 and 03. RGB value is (188,80,3). Sum of RGB (Red+Green+Blue) = 188+80+3=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5003 is #43AFFC. Grayscale: #676767. Windows color (decimal): -4435965 or 217276. OLE color: 217276.

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

Color convert

RGB188803-
CMYK00.570.980.26
HSL24.97º96.86%37.45%-
HSV(B)24.97º98.4%73.73%-
XYZ23.6216.442.01-
YUV103.5171.28188.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=69.37%
G=29.52%
B=1.11%

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
Decimal18880300.570.980.2624.9796.8637.45
HexBC503039621A196125
Octal2741203071142323114145
Binary101111001010000110111001110001011010110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5003; }

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

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

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

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

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

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

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

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