Html Css Color HEX #BA6A01 Tenne (Tawny)

📋 copy color: '#BA6A01'

red 186 ◦ green 106 ◦ blue 1

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

Shades of Tenne (Tawny) #BA6A01

Tints of Tenne (Tawny) #BA6A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.18%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 63.48%
G = 36.18%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6A01 (or 0xBA6A01) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 01. RGB value is (186,106,1). Sum of RGB (Red+Green+Blue) = 186+106+1=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A01 is #4595FE. Grayscale: #767676. Windows color (decimal): -4560383 or 92858. OLE color: 92858.

HSL color Cylindrical-coordinate representation of color #BA6A01: hue angle of 34.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA6A01 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 106 1 -
CMYK 0 0.43 0.99 0.27
HSL 34.05º 0.99% 0.37% -
HSV(B) 34.05º 0.99% 0.73% -
XYZ 25.41 20.75 2.69 -
YUV 117.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 186 106 1 0 0.43 0.99 0.27 34.05 0.99 0.37
Hex BA 6A 1 0 2B 63 1B 22 63 25
Octal 272 152 1 0 53 143 33 42 143 45
Binary 10111010 1101010 1 0 101011 1100011 11011 100010 1100011 100101

Color Harmonies of #BA6A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A01

Black with #BA6A01

Text Example


Text Example

White with #BA6A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A01; }

 p { color: rgb(186,106,1); }

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

background-color css

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

 a { background-color: rgb(186,106,1); }

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

border-color css

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

 span { border-color: rgb(186,106,1); }

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