#BA5C05

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

Shades of Tenne (Tawny) #BA5C05

Tints of Tenne (Tawny) #BA5C05

Color information

#BA5C05 (or 0xBA5C05) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 05. RGB value is (186,92,5). Sum of RGB (Red+Green+Blue) = 186+92+5=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C05 is #45A3FA. Grayscale: #6E6E6E. Windows color (decimal): -4563963 or 351418. OLE color: 351418.

HSL color Cylindrical-coordinate representation of color #BA5C05: hue angle of 28.84º 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 #BA5C05 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB186925-
CMYK00.510.970.27
HSL28.84º94.76%37.45%-
HSV(B)28.84º97.31%72.94%-
XYZ24.118.12.37-
YUV110.1968.64182.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.72%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=65.72%
G=32.51%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18692500.510.970.2728.8494.7637.45
HexBA5C5033611B1d5f25
Octal2721345063141333513745
Binary1011101010111001010110011110000111011111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C05; }

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

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

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

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

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

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

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

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