Html Css Color HEX #BA6207 Tenne (Tawny)

📋 copy color: '#BA6207'

red 186 ◦ green 98 ◦ blue 7

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

Shades of Tenne (Tawny) #BA6207

Tints of Tenne (Tawny) #BA6207

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

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

R = 63.92%
G = 33.68%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA6207 (or 0xBA6207) is known color: Tenne (Tawny). HEX triplet: BA, 62 and 07. RGB value is (186,98,7). Sum of RGB (Red+Green+Blue) = 186+98+7=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6207 is #459DF8. Grayscale: #727272. Windows color (decimal): -4562425 or 484026. OLE color: 484026.

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

Color convert

RGB 186 98 7 -
CMYK 0 0.47 0.96 0.27
HSL 30.5º 0.93% 0.38% -
HSV(B) 30.5º 0.96% 0.73% -
XYZ 24.66 19.19 2.61 -
YUV 113.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 186 98 7 0 0.47 0.96 0.27 30.5 0.93 0.38
Hex BA 62 7 0 2F 60 1B 1F 5D 26
Octal 272 142 7 0 57 140 33 37 135 46
Binary 10111010 1100010 111 0 101111 1100000 11011 11111 1011101 100110

Color Harmonies of #BA6207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6207

Black with #BA6207

Text Example


Text Example

White with #BA6207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6207; }

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

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

background-color css

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

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

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

border-color css

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

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

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