Html Css Color HEX #BA5E12 Tenne (Tawny)

📋 copy color: '#BA5E12'

red 186 ◦ green 94 ◦ blue 18

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

Shades of Tenne (Tawny) #BA5E12

Tints of Tenne (Tawny) #BA5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 62.42%
G = 31.54%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA5E12 (or 0xBA5E12) is known color: Tenne (Tawny). HEX triplet: BA, 5E and 12. RGB value is (186,94,18). Sum of RGB (Red+Green+Blue) = 186+94+18=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5E12 is #45A1ED. Grayscale: #717171. Windows color (decimal): -4563438 or 1203898. OLE color: 1203898.

HSL color Cylindrical-coordinate representation of color #BA5E12: hue angle of 27.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA5E12 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 18 -
CMYK 0 0.49 0.90 0.27
HSL 27.14º 0.82% 0.4% -
HSV(B) 27.14º 0.9% 0.73% -
XYZ 24.36 18.49 2.86 -
YUV 112.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 186 94 18 0 0.49 0.90 0.27 27.14 0.82 0.4
Hex BA 5E 12 0 31 5A 1B 1B 52 28
Octal 272 136 22 0 61 132 33 33 122 50
Binary 10111010 1011110 10010 0 110001 1011010 11011 11011 1010010 101000

Color Harmonies of #BA5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E12

Black with #BA5E12

Text Example


Text Example

White with #BA5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E12; }

 p { color: rgb(186,94,18); }

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

background-color css

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

 a { background-color: rgb(186,94,18); }

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

border-color css

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

 span { border-color: rgb(186,94,18); }

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