#BA5202

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

Shades of Tenne (Tawny) #BA5202

Tints of Tenne (Tawny) #BA5202

Color information

#BA5202 (or 0xBA5202) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 52 and 02. RGB value is (186,82,2). Sum of RGB (Red+Green+Blue) = 186+82+2=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5202 is #45ADFD. Grayscale: #686868. Windows color (decimal): -4566526 or 152250. OLE color: 152250.

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

Color convert

RGB186822-
CMYK00.560.990.27
HSL26.09º97.87%36.86%-
HSV(B)26.09º98.92%72.94%-
XYZ23.2816.482.01-
YUV103.9870.46186.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=68.89%
G=30.37%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18682200.560.990.2726.0997.8736.86
HexBA522038631B1a6225
Octal2721222070143333214245
Binary101110101010010100111000110001111011110101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5202; }

 p { color: rgb(186,82,2); }

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

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

 a { background-color: rgb(186,82,2); }

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

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

 span { border-color: rgb(186,82,2); }

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