Html Css Color HEX #BA5A14 Tenne (Tawny)

📋 copy color: '#BA5A14'

red 186 ◦ green 90 ◦ blue 20

#BA5A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #BA5A14

Tints of Tenne (Tawny) #BA5A14

RGB

 RED value IS 186 (73.05% from 255) = 62.84%

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 20 (8.2% from 255) = 6.76%

R = 62.84%
G = 30.41%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA5A14 (or 0xBA5A14) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 14. RGB value is (186,90,20). Sum of RGB (Red+Green+Blue) = 186+90+20=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A14 is #45A5EB. Grayscale: #6F6F6F. Windows color (decimal): -4564460 or 1333946. OLE color: 1333946.

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

Color convert

RGB 186 90 20 -
CMYK 0 0.52 0.89 0.27
HSL 25.3º 0.81% 0.4% -
HSV(B) 25.3º 0.89% 0.73% -
XYZ 24.03 17.8 2.83 -
YUV 110.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 186 90 20 0 0.52 0.89 0.27 25.3 0.81 0.4
Hex BA 5A 14 0 34 59 1B 19 51 28
Octal 272 132 24 0 64 131 33 31 121 50
Binary 10111010 1011010 10100 0 110100 1011001 11011 11001 1010001 101000

Color Harmonies of #BA5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A14

Black with #BA5A14

Text Example


Text Example

White with #BA5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A14; }

 p { color: rgb(186,90,20); }

 H1.HeaderClassName
 {
   color: #BA5A14;
 }
 .AnyTagClassName
 {
   color: #BA5A14;
 }
</style>

background-color css

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

 a { background-color: rgb(186,90,20); }

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

border-color css

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

 span { border-color: rgb(186,90,20); }

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