Html Css Color HEX #BA6A04 Tenne (Tawny)

📋 copy color: '#BA6A04'

red 186 ◦ green 106 ◦ blue 4

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

Shades of Tenne (Tawny) #BA6A04

Tints of Tenne (Tawny) #BA6A04

RGB

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

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

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

R = 62.84%
G = 35.81%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA6A04 (or 0xBA6A04) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 04. RGB value is (186,106,4). Sum of RGB (Red+Green+Blue) = 186+106+4=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A04 is #4595FB. Grayscale: #767676. Windows color (decimal): -4560380 or 289466. OLE color: 289466.

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

Color convert

RGB 186 106 4 -
CMYK 0 0.43 0.98 0.27
HSL 33.63º 0.96% 0.37% -
HSV(B) 33.63º 0.98% 0.73% -
XYZ 25.43 20.76 2.78 -
YUV 118.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 186 106 4 0 0.43 0.98 0.27 33.63 0.96 0.37
Hex BA 6A 4 0 2B 62 1B 22 60 25
Octal 272 152 4 0 53 142 33 42 140 45
Binary 10111010 1101010 100 0 101011 1100010 11011 100010 1100000 100101

Color Harmonies of #BA6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A04

Black with #BA6A04

Text Example


Text Example

White with #BA6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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