#BA5D0A

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

Shades of Tenne (Tawny) #BA5D0A

Tints of Tenne (Tawny) #BA5D0A

Color information

#BA5D0A (or 0xBA5D0A) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5D and 0A. RGB value is (186,93,10). Sum of RGB (Red+Green+Blue) = 186+93+10=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5D0A is #45A2F5. Grayscale: #6F6F6F. Windows color (decimal): -4563702 or 679354. OLE color: 679354.

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

Color convert

RGB1869310-
CMYK00.50.950.27
HSL28.3º89.8%38.43%-
HSV(B)28.3º94.62%72.94%-
XYZ24.2218.292.54-
YUV111.3470.81181.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.36%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=64.36%
G=32.18%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186931000.50.950.2728.389.838.43
HexBA5DA0325F1B1c5a26
Octal27213512062137333413246
Binary10111010101110110100110010101111111011111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D0A; }

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

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

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

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

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

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

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

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