#BC5102

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

Shades of Tenne (Tawny) #BC5102

Tints of Tenne (Tawny) #BC5102

Color information

#BC5102 (or 0xBC5102) is unknown color: approx Tenne (Tawny). HEX triplet: BC, 51 and 02. RGB value is (188,81,2). Sum of RGB (Red+Green+Blue) = 188+81+2=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5102 is #43AEFD. Grayscale: #686868. Windows color (decimal): -4435710 or 151996. OLE color: 151996.

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

Color convert

RGB188812-
CMYK00.570.990.26
HSL25.48º97.89%37.25%-
HSV(B)25.48º98.94%73.73%-
XYZ23.6916.582.01-
YUV103.9970.45187.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.37%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=69.37%
G=29.89%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18881200.570.990.2625.4897.8937.25
HexBC512039631A196225
Octal2741212071143323114245
Binary101111001010001100111001110001111010110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5102; }

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

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

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

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

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

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

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

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