Html Css Color HEX #BA5A0E Tenne (Tawny)

📋 copy color: '#BA5A0E'

red 186 ◦ green 90 ◦ blue 14

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

Shades of Tenne (Tawny) #BA5A0E

Tints of Tenne (Tawny) #BA5A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 64.14%
G = 31.03%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA5A0E (or 0xBA5A0E) is known color: Tenne (Tawny). HEX triplet: BA, 5A and 0E. RGB value is (186,90,14). Sum of RGB (Red+Green+Blue) = 186+90+14=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5A0E is #45A5F1. Grayscale: #6E6E6E. Windows color (decimal): -4564466 or 940730. OLE color: 940730.

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

Color convert

RGB 186 90 14 -
CMYK 0 0.52 0.92 0.27
HSL 26.51º 0.86% 0.39% -
HSV(B) 26.51º 0.92% 0.73% -
XYZ 23.99 17.78 2.58 -
YUV 110.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 186 90 14 0 0.52 0.92 0.27 26.51 0.86 0.39
Hex BA 5A E 0 34 5C 1B 1B 56 27
Octal 272 132 16 0 64 134 33 33 126 47
Binary 10111010 1011010 1110 0 110100 1011100 11011 11011 1010110 100111

Color Harmonies of #BA5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5A0E

Black with #BA5A0E

Text Example


Text Example

White with #BA5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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