Html Css Color HEX #BA6A07 Tenne (Tawny)

📋 copy color: '#BA6A07'

red 186 ◦ green 106 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6A07

Tints of Tenne (Tawny) #BA6A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 62.21%
G = 35.45%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6A07 (or 0xBA6A07) is known color: Tenne (Tawny). HEX triplet: BA, 6A and 07. RGB value is (186,106,7). Sum of RGB (Red+Green+Blue) = 186+106+7=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A07 is #4595F8. Grayscale: #777777. Windows color (decimal): -4560377 or 486074. OLE color: 486074.

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

Color convert

RGB 186 106 7 -
CMYK 0 0.43 0.96 0.27
HSL 33.18º 0.93% 0.38% -
HSV(B) 33.18º 0.96% 0.73% -
XYZ 25.44 20.76 2.87 -
YUV 118.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 186 106 7 0 0.43 0.96 0.27 33.18 0.93 0.38
Hex BA 6A 7 0 2B 60 1B 21 5D 26
Octal 272 152 7 0 53 140 33 41 135 46
Binary 10111010 1101010 111 0 101011 1100000 11011 100001 1011101 100110

Color Harmonies of #BA6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6A07

Black with #BA6A07

Text Example


Text Example

White with #BA6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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