Html Css Color HEX #BA6809 Tenne (Tawny)

📋 copy color: '#BA6809'

red 186 ◦ green 104 ◦ blue 9

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

Shades of Tenne (Tawny) #BA6809

Tints of Tenne (Tawny) #BA6809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.01%

R = 62.21%
G = 34.78%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA6809 (or 0xBA6809) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 09. RGB value is (186,104,9). Sum of RGB (Red+Green+Blue) = 186+104+9=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6809 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6809 is #4597F6. Grayscale: #767676. Windows color (decimal): -4560887 or 616634. OLE color: 616634.

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

Color convert

RGB 186 104 9 -
CMYK 0 0.44 0.95 0.27
HSL 32.2º 0.91% 0.38% -
HSV(B) 32.2º 0.95% 0.73% -
XYZ 25.25 20.36 2.86 -
YUV 117.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 186 104 9 0 0.44 0.95 0.27 32.2 0.91 0.38
Hex BA 68 9 0 2C 5F 1B 20 5B 26
Octal 272 150 11 0 54 137 33 40 133 46
Binary 10111010 1101000 1001 0 101100 1011111 11011 100000 1011011 100110

Color Harmonies of #BA6809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6809

Black with #BA6809

Text Example


Text Example

White with #BA6809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6809; }

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

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

background-color css

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

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

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

border-color css

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

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

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