#BA5C0A

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

Shades of Tenne (Tawny) #BA5C0A

Tints of Tenne (Tawny) #BA5C0A

Color information

#BA5C0A (or 0xBA5C0A) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5C and 0A. RGB value is (186,92,10). Sum of RGB (Red+Green+Blue) = 186+92+10=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5C0A is #45A3F5. Grayscale: #6F6F6F. Windows color (decimal): -4563958 or 679098. OLE color: 679098.

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

Color convert

RGB1869210-
CMYK00.510.950.27
HSL27.95º89.8%38.43%-
HSV(B)27.95º94.62%72.94%-
XYZ24.1318.122.51-
YUV110.7671.14181.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=64.58%
G=31.94%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186921000.510.950.2727.9589.838.43
HexBA5CA0335F1B1c5a26
Octal27213412063137333413246
Binary10111010101110010100110011101111111011111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C0A; }

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

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

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

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

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

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

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

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