Html Css Color HEX #BA680D Tenne (Tawny)

📋 copy color: '#BA680D'

red 186 ◦ green 104 ◦ blue 13

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

Shades of Tenne (Tawny) #BA680D

Tints of Tenne (Tawny) #BA680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 61.39%
G = 34.32%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA680D (or 0xBA680D) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 0D. RGB value is (186,104,13). Sum of RGB (Red+Green+Blue) = 186+104+13=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA680D is #4597F2. Grayscale: #767676. Windows color (decimal): -4560883 or 878778. OLE color: 878778.

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

Color convert

RGB 186 104 13 -
CMYK 0 0.44 0.93 0.27
HSL 31.56º 0.87% 0.39% -
HSV(B) 31.56º 0.93% 0.73% -
XYZ 25.27 20.37 2.98 -
YUV 118.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 186 104 13 0 0.44 0.93 0.27 31.56 0.87 0.39
Hex BA 68 D 0 2C 5D 1B 20 57 27
Octal 272 150 15 0 54 135 33 40 127 47
Binary 10111010 1101000 1101 0 101100 1011101 11011 100000 1010111 100111

Color Harmonies of #BA680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA680D

Black with #BA680D

Text Example


Text Example

White with #BA680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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