#BA5D05

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

Shades of Tenne (Tawny) #BA5D05

Tints of Tenne (Tawny) #BA5D05

Color information

#BA5D05 (or 0xBA5D05) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5D and 05. RGB value is (186,93,5). Sum of RGB (Red+Green+Blue) = 186+93+5=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D05 is #45A2FA. Grayscale: #6F6F6F. Windows color (decimal): -4563707 or 351674. OLE color: 351674.

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

Color convert

RGB186935-
CMYK00.50.970.27
HSL29.17º94.76%37.45%-
HSV(B)29.17º97.31%72.94%-
XYZ24.1918.282.4-
YUV110.7768.31181.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.49%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 5 (2.34% from 255) = 1.76%
R=65.49%
G=32.75%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18693500.50.970.2729.1794.7637.45
HexBA5D5032611B1d5f25
Octal2721355062141333513745
Binary1011101010111011010110010110000111011111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D05; }

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

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

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

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

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

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

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

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