Html Css Color HEX #BA680B Tenne (Tawny)

📋 copy color: '#BA680B'

red 186 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #BA680B

Tints of Tenne (Tawny) #BA680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 61.79%
G = 34.55%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA680B (or 0xBA680B) is known color: Tenne (Tawny). HEX triplet: BA, 68 and 0B. RGB value is (186,104,11). Sum of RGB (Red+Green+Blue) = 186+104+11=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA680B is #4597F4. Grayscale: #767676. Windows color (decimal): -4560885 or 747706. OLE color: 747706.

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

Color convert

RGB 186 104 11 -
CMYK 0 0.44 0.94 0.27
HSL 31.89º 0.89% 0.39% -
HSV(B) 31.89º 0.94% 0.73% -
XYZ 25.26 20.36 2.92 -
YUV 117.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 186 104 11 0 0.44 0.94 0.27 31.89 0.89 0.39
Hex BA 68 B 0 2C 5E 1B 20 59 27
Octal 272 150 13 0 54 136 33 40 131 47
Binary 10111010 1101000 1011 0 101100 1011110 11011 100000 1011001 100111

Color Harmonies of #BA680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA680B

Black with #BA680B

Text Example


Text Example

White with #BA680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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