Html Css Color HEX #BA6A05 Tenne (Tawny)

📋 copy color: '#BA6A05'

red 186 ◦ green 106 ◦ blue 5

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

Shades of Tenne (Tawny) #BA6A05

Tints of Tenne (Tawny) #BA6A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 62.63%
G = 35.69%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA6A05 (or 0xBA6A05) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 05. RGB value is (186,106,5). Sum of RGB (Red+Green+Blue) = 186+106+5=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A05 is #4595FA. Grayscale: #767676. Windows color (decimal): -4560379 or 355002. OLE color: 355002.

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

Color convert

RGB 186 106 5 -
CMYK 0 0.43 0.97 0.27
HSL 33.48º 0.95% 0.37% -
HSV(B) 33.48º 0.97% 0.73% -
XYZ 25.43 20.76 2.81 -
YUV 118.41 64 176.21 -
System Red Green Blue C M Y K H S L
Decimal 186 106 5 0 0.43 0.97 0.27 33.48 0.95 0.37
Hex BA 6A 5 0 2B 61 1B 21 5F 25
Octal 272 152 5 0 53 141 33 41 137 45
Binary 10111010 1101010 101 0 101011 1100001 11011 100001 1011111 100101

Color Harmonies of #BA6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A05

Black with #BA6A05

Text Example


Text Example

White with #BA6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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