#BA5910

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

Shades of Tenne (Tawny) #BA5910

Tints of Tenne (Tawny) #BA5910

Color information

#BA5910 (or 0xBA5910) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 59 and 10. RGB value is (186,89,16). Sum of RGB (Red+Green+Blue) = 186+89+16=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5910 is #45A6EF. Grayscale: #6E6E6E. Windows color (decimal): -4564720 or 1071546. OLE color: 1071546.

HSL color Cylindrical-coordinate representation of color #BA5910: hue angle of 25.76º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA5910 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1868916-
CMYK00.520.910.27
HSL25.76º84.16%39.61%-
HSV(B)25.76º91.4%72.94%-
XYZ23.9217.622.63-
YUV109.6875.14182.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 16 (6.64% from 255) = 5.50%
R=63.92%
G=30.58%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186891600.520.910.2725.7684.1639.61
HexBA59100345B1B1a5428
Octal27213120064133333212450
Binary101110101011001100000110100101101111011110101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5910; }

 p { color: rgb(186,89,16); }

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

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

 a { background-color: rgb(186,89,16); }

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

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

 span { border-color: rgb(186,89,16); }

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