Html Css Color HEX #BA6807 Tenne (Tawny)

📋 copy color: '#BA6807'

red 186 ◦ green 104 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6807

Tints of Tenne (Tawny) #BA6807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 62.63%
G = 35.02%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6807 (or 0xBA6807) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 07. RGB value is (186,104,7). Sum of RGB (Red+Green+Blue) = 186+104+7=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6807 is #4597F8. Grayscale: #757575. Windows color (decimal): -4560889 or 485562. OLE color: 485562.

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

Color convert

RGB 186 104 7 -
CMYK 0 0.44 0.96 0.27
HSL 32.51º 0.93% 0.38% -
HSV(B) 32.51º 0.96% 0.73% -
XYZ 25.24 20.36 2.8 -
YUV 117.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 186 104 7 0 0.44 0.96 0.27 32.51 0.93 0.38
Hex BA 68 7 0 2C 60 1B 21 5D 26
Octal 272 150 7 0 54 140 33 41 135 46
Binary 10111010 1101000 111 0 101100 1100000 11011 100001 1011101 100110

Color Harmonies of #BA6807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6807

Black with #BA6807

Text Example


Text Example

White with #BA6807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6807; }

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

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

background-color css

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

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

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

border-color css

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

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

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