Html Css Color HEX #BA6012 Tenne (Tawny)

📋 copy color: '#BA6012'

red 186 ◦ green 96 ◦ blue 18

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

Shades of Tenne (Tawny) #BA6012

Tints of Tenne (Tawny) #BA6012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

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

R = 62%
G = 32%
B = 6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA6012 (or 0xBA6012) is known color: Tenne (Tawny). HEX triplet: BA, 60 and 12. RGB value is (186,96,18). Sum of RGB (Red+Green+Blue) = 186+96+18=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6012 is #459FED. Grayscale: #727272. Windows color (decimal): -4562926 or 1204410. OLE color: 1204410.

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

Color convert

RGB 186 96 18 -
CMYK 0 0.48 0.90 0.27
HSL 27.86º 0.82% 0.4% -
HSV(B) 27.86º 0.9% 0.73% -
XYZ 24.54 18.85 2.92 -
YUV 114.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 186 96 18 0 0.48 0.90 0.27 27.86 0.82 0.4
Hex BA 60 12 0 30 5A 1B 1C 52 28
Octal 272 140 22 0 60 132 33 34 122 50
Binary 10111010 1100000 10010 0 110000 1011010 11011 11100 1010010 101000

Color Harmonies of #BA6012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6012

Black with #BA6012

Text Example


Text Example

White with #BA6012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6012; }

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

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

background-color css

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

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

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

border-color css

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

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

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