Html Css Color HEX #BA670C Tenne (Tawny)

📋 copy color: '#BA670C'

red 186 ◦ green 103 ◦ blue 12

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

Shades of Tenne (Tawny) #BA670C

Tints of Tenne (Tawny) #BA670C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.22%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 61.79%
G = 34.22%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA670C (or 0xBA670C) is known color: Tenne (Tawny). HEX triplet: BA, 67 and 0C. RGB value is (186,103,12). Sum of RGB (Red+Green+Blue) = 186+103+12=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA670C is #4598F3. Grayscale: #757575. Windows color (decimal): -4561140 or 812986. OLE color: 812986.

HSL color Cylindrical-coordinate representation of color #BA670C: hue angle of 31.38º degrees, saturation: 0.88, 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 #BA670C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 103 12 -
CMYK 0 0.45 0.94 0.27
HSL 31.38º 0.88% 0.39% -
HSV(B) 31.38º 0.94% 0.73% -
XYZ 25.17 20.17 2.91 -
YUV 117.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 186 103 12 0 0.45 0.94 0.27 31.38 0.88 0.39
Hex BA 67 C 0 2D 5E 1B 1F 58 27
Octal 272 147 14 0 55 136 33 37 130 47
Binary 10111010 1100111 1100 0 101101 1011110 11011 11111 1011000 100111

Color Harmonies of #BA670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA670C

Black with #BA670C

Text Example


Text Example

White with #BA670C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA670C; }

 p { color: rgb(186,103,12); }

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

background-color css

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

 a { background-color: rgb(186,103,12); }

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

border-color css

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

 span { border-color: rgb(186,103,12); }

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