Html Css Color HEX #BA6100 Tenne (Tawny)

📋 copy color: '#BA6100'

red 186 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #BA6100

Tints of Tenne (Tawny) #BA6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.72%
G = 34.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA6100 (or 0xBA6100) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 00. RGB value is (186,97,0). Sum of RGB (Red+Green+Blue) = 186+97+0=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6100 is #459EFF. Grayscale: #717171. Windows color (decimal): -4562688 or 25018. OLE color: 25018.

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

Color convert

RGB 186 97 0 -
CMYK 0 0.48 1 0.27
HSL 31.29º 1% 0.36% -
HSV(B) 31.29º 1% 0.73% -
XYZ 24.52 18.99 2.37 -
YUV 112.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 186 97 0 0 0.48 1 0.27 31.29 1 0.36
Hex BA 61 0 0 30 64 1B 1F 64 24
Octal 272 141 0 0 60 144 33 37 144 44
Binary 10111010 1100001 0 0 110000 1100100 11011 11111 1100100 100100

Color Harmonies of #BA6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6100

Black with #BA6100

Text Example


Text Example

White with #BA6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6100; }

 p { color: rgb(186,97,0); }

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

background-color css

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

 a { background-color: rgb(186,97,0); }

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

border-color css

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

 span { border-color: rgb(186,97,0); }

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