#BA5E05

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

Shades of Tenne (Tawny) #BA5E05

Tints of Tenne (Tawny) #BA5E05

Color information

#BA5E05 (or 0xBA5E05) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5E and 05. RGB value is (186,94,5). Sum of RGB (Red+Green+Blue) = 186+94+5=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E05 is #45A1FA. Grayscale: #6F6F6F. Windows color (decimal): -4563451 or 351930. OLE color: 351930.

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

Color convert

RGB186945-
CMYK00.490.970.27
HSL29.5º94.76%37.45%-
HSV(B)29.5º97.31%72.94%-
XYZ24.2818.462.43-
YUV111.3667.98181.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=65.26%
G=32.98%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18694500.490.970.2729.594.7637.45
HexBA5E5031611B1e5f25
Octal2721365061141333613745
Binary1011101010111101010110001110000111011111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E05; }

 p { color: rgb(186,94,5); }

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

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

 a { background-color: rgb(186,94,5); }

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

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

 span { border-color: rgb(186,94,5); }

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