Html Css Color HEX #BA6104 Tenne (Tawny)

📋 copy color: '#BA6104'

red 186 ◦ green 97 ◦ blue 4

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

Shades of Tenne (Tawny) #BA6104

Tints of Tenne (Tawny) #BA6104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.39%

R = 64.81%
G = 33.8%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6104 (or 0xBA6104) is known color: Tenne (Tawny). HEX triplet: BA, 61 and 04. RGB value is (186,97,4). Sum of RGB (Red+Green+Blue) = 186+97+4=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6104 is #459EFB. Grayscale: #717171. Windows color (decimal): -4562684 or 287162. OLE color: 287162.

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

Color convert

RGB 186 97 4 -
CMYK 0 0.48 0.98 0.27
HSL 30.66º 0.96% 0.37% -
HSV(B) 30.66º 0.98% 0.73% -
XYZ 24.55 19 2.49 -
YUV 113.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 186 97 4 0 0.48 0.98 0.27 30.66 0.96 0.37
Hex BA 61 4 0 30 62 1B 1F 60 25
Octal 272 141 4 0 60 142 33 37 140 45
Binary 10111010 1100001 100 0 110000 1100010 11011 11111 1100000 100101

Color Harmonies of #BA6104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6104

Black with #BA6104

Text Example


Text Example

White with #BA6104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6104; }

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

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

background-color css

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

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

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

border-color css

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

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

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