Html Css Color HEX #BA6707 Tenne (Tawny)

📋 copy color: '#BA6707'

red 186 ◦ green 103 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6707

Tints of Tenne (Tawny) #BA6707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

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

R = 62.84%
G = 34.8%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6707 (or 0xBA6707) is known color: Tenne (Tawny). HEX triplet: BA, 67 and 07. RGB value is (186,103,7). Sum of RGB (Red+Green+Blue) = 186+103+7=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6707 is #4598F8. Grayscale: #757575. Windows color (decimal): -4561145 or 485306. OLE color: 485306.

HSL color Cylindrical-coordinate representation of color #BA6707: hue angle of 32.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 #BA6707 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 103 7 -
CMYK 0 0.45 0.96 0.27
HSL 32.18º 0.93% 0.38% -
HSV(B) 32.18º 0.96% 0.73% -
XYZ 25.14 20.15 2.77 -
YUV 116.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 186 103 7 0 0.45 0.96 0.27 32.18 0.93 0.38
Hex BA 67 7 0 2D 60 1B 20 5D 26
Octal 272 147 7 0 55 140 33 40 135 46
Binary 10111010 1100111 111 0 101101 1100000 11011 100000 1011101 100110

Color Harmonies of #BA6707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6707

Black with #BA6707

Text Example


Text Example

White with #BA6707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6707; }

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

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

background-color css

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

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

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

border-color css

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

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

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