Html Css Color HEX #BA6101 Tenne (Tawny)

📋 copy color: '#BA6101'

red 186 ◦ green 97 ◦ blue 1

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

Shades of Tenne (Tawny) #BA6101

Tints of Tenne (Tawny) #BA6101

RGB

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

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

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

R = 65.49%
G = 34.15%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA6101 (or 0xBA6101) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 01. RGB value is (186,97,1). Sum of RGB (Red+Green+Blue) = 186+97+1=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6101 is #459EFE. Grayscale: #717171. Windows color (decimal): -4562687 or 90554. OLE color: 90554.

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

Color convert

RGB 186 97 1 -
CMYK 0 0.48 0.99 0.27
HSL 31.14º 0.99% 0.37% -
HSV(B) 31.14º 0.99% 0.73% -
XYZ 24.53 18.99 2.4 -
YUV 112.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 186 97 1 0 0.48 0.99 0.27 31.14 0.99 0.37
Hex BA 61 1 0 30 63 1B 1F 63 25
Octal 272 141 1 0 60 143 33 37 143 45
Binary 10111010 1100001 1 0 110000 1100011 11011 11111 1100011 100101

Color Harmonies of #BA6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6101

Black with #BA6101

Text Example


Text Example

White with #BA6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6101; }

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

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

background-color css

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

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

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

border-color css

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

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

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